9.6.1 Examples
*step-print-level*
t
CL-USER 6 > (setq *print-step-level* t) T CL-USER 7 > step (cons 1 2) [1](cons 1 2) -> :s [2] 1 -> :s 1 [2] 2 -> :s 2 (1 . 2) (1 . 2)
Generated with Harlequin WebMaker