dev icon indicating copy to clipboard operation
dev copied to clipboard

REPEAT Ignores Commands on the Same Line

Open OrionSR opened this issue 10 months ago • 0 comments

This snippet looks like it should wait forever, but the wait command doesn't get compiled.

repeat wait 0
until false

Unlike other construct keywords like WHILE, IF, THEN and UNTIL, REPEAT ignores any command on the same line. The construct compiles without error, but the wait command is missing.

OrionSR avatar Sep 30 '23 04:09 OrionSR