- (alloc number) [Function]
Changes number of nodes to allocate in each segment to NUMBER. Returns
old number of nodes to allocate.
- (debug) [Function]
Enable breaking on error on.
- (exit) [Function]
Exits from XLISP.
- (expand number) [Function]
Expand memory by adding NUMBER segments. Returns the number of segments.
- (gc) [Function]
Forces garbage collection. Returns nil.
- (help &optional symbol) [Function]
Prints the documentation associated with SYMBOL. With no argument,
this function prints the greeting message to beginners.
- (help* string) [Function]
Prints the documentation associated with those symbols whose print names
contain STRING as substring. STRING may be a symbol, in which case the
print-name of that symbol is used.
- (load filename &key (verbose t) (print nil)) [Function]
Loads the file named by FILENAME into XLISP. Returns T if load succeeds,
NIL if file does not exist.
- (nodebug) [Function]
Disable breaking on error on.
- (room) [Function]
Shows memory allocation statistics. Returns nil.
- (save file) [Function]
Saves current memory image in FILE.wks. Does not work right with allocated objects.
- (variables) [Function]
Prints the names of all def'ed variables