mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Fixed codeStart issue
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
|
||||
|
||||
fn panic() {
|
||||
assert false, "This should only be seen once";
|
||||
for (var i = 0; i < 40; i++) {
|
||||
print i;
|
||||
print (string)i + " printed";
|
||||
}
|
||||
|
||||
panic();
|
||||
panic();
|
||||
|
||||
Reference in New Issue
Block a user