nearly working, gotta get converting numbers to strings working

This commit is contained in:
SpookyDervish
2025-09-06 21:24:05 +10:00
parent 23ec72e961
commit 85a547780d
4 changed files with 62 additions and 17 deletions

View File

@@ -1,4 +1,9 @@
set &x "Hello, World!\n"
set &y 123
stdout 123
stdout "\nWE CAN PRINT FUCKING NUMBERS AND SHITT\n"
stdout "LESS GOOOOO\n"
set &x "this was printed using a variable!!!!!\n"
stdout $x
end $y
set &y 123
stdout $y
stdout "\n"
end 0