lab17: init
This commit is contained in:
4
lab17/cond.scm
Normal file
4
lab17/cond.scm
Normal file
@@ -0,0 +1,4 @@
|
||||
(println #t)
|
||||
(if #t (println 3) (println 4))
|
||||
(if #f (println 3) (println 4))
|
||||
|
||||
Reference in New Issue
Block a user