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)
.
Next:
Elementary Statistical Operations
Up:
Introduction to Basics
Previous:
The Listener and
Anthony Rossini
Fri Oct 20 10:29:17 EDT 1995