bury

Help Contents Workspace Management Workspace Control bury
setCaseIgnored buryall

bury contentslist


command. Buries the procedures, variables, and tables named in the input. A buried item is not included in the lists output by Contents, Procedures, VARIABLES, and PLISTS, but is included in the list output by buried. By implication, buried things are not printed by poall or saved by save.

Example:

to t
end
;t defined
Contents		;[[t][][]] ;-)
bury "t
Contents		;[[][][]] ;-)
buried
	[	[t]
		[-1 0 1 determinant false floatmax intmax pi true]
		[]
	]
 ;-)

See also:

Examples:

References:

setCaseIgnored buryall