bcc
bcc copied to clipboard
Using exit while not in a loop
The following code produces an error in the C code:
Framework BRL.StandardIO
Function Foo()
Exit
EndFunction
Repeat
Foo()
Forever