https://github.com/jrincayc/ucblogo-code
Revision 9d825e1f50bfd241cbf86d1a3dd4d2356b1ed8c4 authored by Barak A. Pearlmutter on 19 October 2019, 21:12:40 UTC, committed by Barak A. Pearlmutter on 22 July 2020, 19:36:14 UTC
1 parent 3d60703
Raw File
Tip revision: 9d825e1f50bfd241cbf86d1a3dd4d2356b1ed8c4 authored by Barak A. Pearlmutter on 19 October 2019, 21:12:40 UTC
quash some warnings
Tip revision: 9d825e1
setitem
SETITEM index array value

	command.  Replaces the "index"th member of "array" with the new
	"value".  Ensures that the resulting array is not circular, i.e.,
	"value" may not be a list or array that contains "array".

back to top