Files
Toy/scripts/example-variables.toy
Kayne Ruse 80734563b9 Implemented and tested variable declaration
Assignment, etc. is still to come, as are types.
2024-10-13 15:02:42 +11:00

4 lines
39 B
Plaintext

//declare a variable
var foobar = 42;