https://github.com/jrincayc/ucblogo-code
Raw File
Tip revision: 1eaef7d69d4c5c8c577d7de451cb96ef03fa9756 authored by Joshua Cogliati on 28 March 2023, 01:05:59 UTC
Merge pull request #165 from jrincayc/release_624_changes
Tip revision: 1eaef7d
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