https://github.com/jrincayc/ucblogo-code
Revision 9cff4293db4c7322327e2acca63aa5b4ac3d5668 authored by Joshua J. Cogliati on 23 November 2019, 04:37:09 UTC, committed by Joshua J. Cogliati on 23 November 2019, 04:37:09 UTC
1 parent 6ffb5a9
Raw File
Tip revision: 9cff4293db4c7322327e2acca63aa5b4ac3d5668 authored by Joshua J. Cogliati on 23 November 2019, 04:37:09 UTC
Removing XXX since 0 or 1 probably both work.
Tip revision: 9cff429
namelist
NAMELIST varname					(library procedure)
NAMELIST varnamelist

	outputs a contents list consisting of an empty list followed by
	a list of the name or names given as input.  This is useful in
	conjunction with workspace control procedures that require a contents
	list as input.

back to top