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
repcount
REPCOUNT

	outputs the repetition count of the innermost current REPEAT or
	FOREVER, starting from 1.  If no REPEAT or FOREVER is active,
	outputs -1.

	The abbreviation # can be used for REPCOUNT unless the REPEAT is
	inside the template input to a higher order procedure such as
	FOREACH, in which case # has a different meaning.

back to top