bcc icon indicating copy to clipboard operation
bcc copied to clipboard

Using exit while not in a loop

Open thareh opened this issue 4 years ago • 0 comments

The following code produces an error in the C code:

Framework BRL.StandardIO

Function Foo()
	Exit
EndFunction

Repeat

	Foo()

Forever

thareh avatar Aug 09 '20 14:08 thareh