M2-Planet/test/test0105/test.scm

7 lines
74 B
Scheme
Raw Normal View History

2019-04-21 21:51:58 +01:00
;; A basic test of Slow lisp
;; to ensure it works
(* 2
3
7)
(HALT)