Fixed codeStart issue

This commit is contained in:
2022-09-04 08:51:19 +01:00
parent 86061cb74e
commit d12ad4f60d
3 changed files with 9 additions and 8 deletions

View File

@@ -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();