starting work on math instructions and added support for negative numbers and maybe floats
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user