prog8/compiler/test/arithmetic
Irmen de Jong 25f25a8767 Get rid of sort() and reverse() builtin functions.
Sort() had too many gotchas and reverse() is kinda redundant you can loop in decreasing order through an array too.
2024-07-06 17:07:58 +02:00
..
aggregates.p8
bitshift2.p8
bitshift.p8
bitshift.p8ir
builtins.p8
div.p8
Makefile
minus.p8
mult.p8
plus.p8
postincrdecr.p8
remainder.p8
sgn.p8
testforloops.p8
testrepeat.p8
wordbyte.p8