https://github.com/jrincayc/ucblogo-code
Revision 9ff7afe2c4d948e1e0b57904300c57af5f45c99c authored by Andras Pahi on 21 January 2020, 09:01:59 UTC, committed by Andras Pahi on 21 January 2020, 09:01:59 UTC
1 parent e33ad22
Raw File
Tip revision: 9ff7afe2c4d948e1e0b57904300c57af5f45c99c authored by Andras Pahi on 21 January 2020, 09:01:59 UTC
added TIME to return current time in seconds
Tip revision: 9ff7afe
make
MAKE varname value

	command.  Assigns the value "value" to the variable named "varname",
	which must be a word.  Variable names are case-insensitive.  If a
	variable with the same name already exists, the value of that
	variable is changed.  If not, a new global variable is created.

back to top