nearly working, gotta get converting numbers to strings working
This commit is contained in:
11
test2.grnd
11
test2.grnd
@@ -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
|
Reference in New Issue
Block a user