M2-Planet/test/test26/test.scm

7 lines
74 B
Scheme

;; A basic test of Slow lisp
;; to ensure it works
(* 2
3
7)
(HALT)