add inner (of lists) type, add floor, ceil, and roundd standard functions, and a ton of examples
This commit is contained in:
parent
5bcab07681
commit
efbe5a9f97
20 changed files with 330 additions and 46 deletions
|
|
@ -38,9 +38,9 @@ done
|
|||
|
||||
|
||||
if [ 0 -ne "$(wc -w <<< "${errors[@]}")" ]; then
|
||||
echo "== Errors occured while executing =="
|
||||
echo "=x= Errors occured while executing =x="
|
||||
echo "erroring files: $(printf '%s ' "${errors[@]}")"
|
||||
exit 1
|
||||
else
|
||||
echo '== Successfully ran all tests =='
|
||||
echo '=+= Successfully ran all tests =+='
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue