Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
REPEAT UNTIL (solved)
#3
(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
Reply


Messages In This Thread
REPEAT UNTIL (solved) - by zarsoft - 11-28-2022, 06:54 PM
RE: REPEAT UNTIL - by boriel - 11-29-2022, 03:28 PM
RE: REPEAT UNTIL - by zarsoft - 11-30-2022, 10:37 AM
RE: REPEAT UNTIL - by boriel - 11-30-2022, 02:46 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)