2 lines
123 B
Common Lisp
2 lines
123 B
Common Lisp
CL-USER> (defparameter *test-scores* '(("texas" 68.9) ("ohio" 87.8) ("california" 76.2) ("new york" 88.2)) )
|
|
*TEST-SCORES*
|