mirror of
https://github.com/irmen/prog8.git
synced 2025-01-11 13:29:45 +00:00
c38508c262
forever loop is gone (use repeat without iteration count). struct literal is now same as array literal [...] to avoid parsing ambiguity with scope blocks.