Next: Elementary Statistical Operations
Up: Introduction to Basics
Previous: The Listener and
For each of the following expressions try to predict what the
evaluator will return. Then type them in, see what happens and try to
explain any differences.
- (+ 3 5 6)
- (+ (- 1 2) 3)
- '(+ 3 5 6)
- '( + (- 1 2) 3)
- (+ (- (* 2 3) (/ 6 2)) 7)
- 'x
Remember, to quit from XLISP-STAT choose Quit from the
File menu or type (exit).
Luke Tierney
Tue Jan 21 15:04:48 CST 1997