SyntaxFix
Write A Post
Hire A Developer
Questions
You could use macros to simulate the repeat-until syntax.
#define repeat do #define until(exp) while(!(exp))