11-30-2022, 02:46 PM
(11-30-2022, 10:37 AM)zarsoft Wrote:(11-29-2022, 03:28 PM)boriel Wrote: It's the standard Syntax for most modern BASIC languages nowadays:
FreeBasic: https://www.freebasic.net/wiki/KeyPgLoop
Visual Basic .NET: https://learn.microsoft.com/en-us/dotnet...-statement
Then, I will do it with #define :
Code:#define REPEAT DO
#define UNTIL LOOP UNTIL
REPEAT
Game
UNTIL GameOver
Very smart!!