mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Tweaked example.toy
This commit is contained in:
@@ -67,3 +67,4 @@ var dict : [string, int] = ["hello": 1, "world":2];
|
||||
assert true, "This won't be seen";
|
||||
assert false, "This is a failed assert, and will end execution";
|
||||
|
||||
print "This will not be printed because of the above assert";
|
||||
Reference in New Issue
Block a user