mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
fixed a bug
This commit is contained in:
@@ -24,10 +24,16 @@ print 2 + (3 * 3);
|
||||
print "Back to the outer scope.";
|
||||
|
||||
|
||||
print [1, 2, 3];
|
||||
print [4, 5];
|
||||
print ["key":"value"];
|
||||
print [1, 2, 3];
|
||||
print [4, 5];
|
||||
print ["key":"value"];
|
||||
|
||||
//empties
|
||||
print [];
|
||||
print [:];
|
||||
|
||||
//var arr : [int] = [1, 2, 3, 42];
|
||||
//var dict : [string, int] = ["hello": 1, "world":2];
|
||||
|
||||
Reference in New Issue
Block a user