Attempt to add some more mathy and variable stuff

This commit is contained in:
Maxwell 2025-04-24 17:40:16 +10:00
parent 995514d62f
commit f8c8296d01
3 changed files with 9 additions and 10 deletions

BIN
mx

Binary file not shown.

View File

@ -452,8 +452,6 @@ class Interpreter {
} else { } else {
syntaxError.mathCannotDoOperationOnType("/", "bool or string"); syntaxError.mathCannotDoOperationOnType("/", "bool or string");
} }
} else {
syntaxError.generalError("Da math aint mathing");
} }
} }
} }

View File

@ -1,4 +1,5 @@
print "dingusify"; print "dingusify";
let str bingus "heheheha its bingusing time"; let str bingus "heheheha its bingusing time";
print bingus; print bingus;
print 1 + 1;
exit 0; exit 0;