starting work on math instructions and added support for negative numbers and maybe floats

This commit is contained in:
SpookyDervish
2025-09-02 19:43:48 +10:00
parent a32598f7f0
commit 42e718d6d3
5 changed files with 127 additions and 32 deletions

View File

@@ -1,6 +1,3 @@
set &x 123
set &x $x
set &y $x
set &x 0
set &y $x
end $y
set &x 100
add $x -5 &x
end $x