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
dsetitem
.SETITEM index array value

	command.  Changes the "index"th member of "array" to be "value",
	like SETITEM, but without checking for circularity.

	WARNING: Primitives whose names start with a period are DANGEROUS.
	Their use by non-experts is not recommended.  The use of .SETITEM
	can lead to circular arrays, which will get some Logo primitives into
	infinite loops.

back to top