sannybuilder / dev

Sanny Builder Bug Tracker and Roadmap development
https://sannybuilder.com
49 stars 0 forks source link

REPEAT Ignores Commands on the Same Line #269

Open OrionSR opened 1 year ago

OrionSR commented 1 year ago

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.