mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Fixed declarations without initial value
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
//declare a variable
|
||||
var foobar = 42;
|
||||
|
||||
//defaults as null
|
||||
var empty;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user