;Reading at top level in Lisp Listener 1. ;Reading in base 10 in package USER with standard Zetalisp readtable. (test2 6 7 8) (1 2 3 4 5 NIL NIL NIL NIL NIL -16773618 65560 516 # ;Back to top level in Lisp Listener 1. (defun test2 (&rest nums)(append q (copy-list nums))) TEST2 (test2 6 7 8) (1 2 3 4 5 6 7 8) (dribble)