test.scm 74 B

1234567
  1. ;; A basic test of Slow lisp
  2. ;; to ensure it works
  3. (* 2
  4. 3
  5. 7)
  6. (HALT)