Skip to content

Commit

Permalink
fix(while): While parsing and generation fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
natangscalvence committed Jan 16, 2025
1 parent 527ed8b commit 8cd0165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/a.glx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ extern string itos(int);
def main() -> int:

while (1):
std.printf("OMG!! OUR FIRST LOOP!");
writeln("OMG!! OUR FIRST LOOP!");
end;

for (int i := -10; i < 10 + 1; ++i):
Expand Down

0 comments on commit 8cd0165

Please sign in to comment.