https://github.com/jrincayc/ucblogo-code
Revision 0ea6cb4b5e3417cb18cce2b91399cb77df9abcb4 authored by Joshua J. Cogliati on 31 July 2020, 14:37:55 UTC, committed by Joshua J. Cogliati on 31 July 2020, 14:37:55 UTC
1 parent 062e7aa
Raw File
Tip revision: 0ea6cb4b5e3417cb18cce2b91399cb77df9abcb4 authored by Joshua J. Cogliati on 31 July 2020, 14:37:55 UTC
Removing old mac makefile.
Tip revision: 0ea6cb4
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