Scheme Microcode Version 11.146 MIT Scheme running under SunOS Type `^C' (control-C) followed by `H' to obtain information about interrupts. Scheme saved on Sunday November 21, 1993 at 9:15:23 PM Release 7.3.1 Microcode 11.146 Runtime 14.166 1 ]=> ; First, load your system (load "p1") ;Loading "p1.scm" -- done ;Value: display-bindings 1 ]=> ; This file illustrates how you can build a test suite input file ; This line should briefly say what the test case is about (cons 1 ()) ;Value 1: (1) 1 ]=> ; This line should briefly say what the test case is about (cons 1 (cons 2 ())) ;Value 2: (1 2) 1 ]=> ; This is option, Scheme will also quit when it reaches the end of file. (exit) Kill Scheme (y or n)? End of input stream reached Happy Happy Joy Joy.