mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Implemented and tested variable declaration
Assignment, etc. is still to come, as are types.
This commit is contained in:
3
scripts/example-variables.toy
Normal file
3
scripts/example-variables.toy
Normal file
@@ -0,0 +1,3 @@
|
||||
//declare a variable
|
||||
var foobar = 42;
|
||||
|
||||
Reference in New Issue
Block a user