9.6.1 Examples

9.6.1.1 Interaction

You can interact when an evaluated form returns by setting the variable *no-step-out* to nil. The prompt changes as shown below:

CL-USER 5 > step (cons 1 2)
(CONS 1 2) -> :s
   1 -> :s
   1 = 1  <- :sr 3
   2 -> :s
   2 = 2  <- :sr 4
(CONS 1 2) = (3 . 4)  <- :s
(3 . 4)


FreeLisp User's Guide - 5 FEB 1996

Generated with Harlequin WebMaker