mirror of
https://github.com/open-goal/jak-project
synced 2026-07-06 14:01:20 -04:00
10 lines
122 B
Scheme
10 lines
122 B
Scheme
;-*-Scheme-*-
|
|
|
|
(test-setup 5 #f)
|
|
|
|
;; test the #when and #unless macros
|
|
|
|
|
|
(#unless (< 1 2) (/ 0 0))
|
|
(#when (< 1 2) 5)
|