https://github.com/jrincayc/ucblogo-code
Raw File
Tip revision: ac1bb38520fa1fb925e0308c4f73f7a899acbf77 authored by Joshua J. Cogliati on 26 March 2023, 18:09:31 UTC
Updating version to 6.2.4
Tip revision: ac1bb38
iftrue
IFTRUE instructionlist
IFT instructionlist

	command.  Runs its input if the most recent TEST instruction had
	a TRUE input.  The TEST must have been in the same procedure or a
	superprocedure.

back to top