pLISP Start Page   pLISP
© '98 Thomas Mahler

System specific definitions


Set global constants

 (printdepth 40)  // set max list depth for printing of expressions. 
 (printlength 40) // set max list length for printing

Define Inspector Function

Inspect is used by the GUI based Lisp Inspector to display the value of lisp objects.
Be very careful in redefining inspect because it is <