mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +00:00
e35cfd4971
Unfortunately a few routines (minf, maxf, clampf) remain unchanged, because removing the 'f' would make them clash with a builtin function. floats.rndf -> floats.rnd floats.parse_f -> floats.parse floats.rndseedf -> floats.rndseed floats.print_f -> floats.print floats.str_f -> floats.tostr |
||
---|---|---|
.. | ||
aggregates.p8 | ||
bitshift.p8 | ||
builtins.p8 | ||
div.p8 | ||
logical.p8 | ||
Makefile | ||
minus.p8 | ||
mult.p8 | ||
plus.p8 | ||
postincrdecr.p8 | ||
remainder.p8 | ||
sgn.p8 | ||
testforloops.p8 | ||
testrepeat.p8 | ||
wordbyte.p8 |