lab17: init

This commit is contained in:
2026-04-22 11:03:07 -07:00
parent 6aa6c9f076
commit 6d6820009b
13 changed files with 417 additions and 0 deletions

4
lab17/cond.scm Normal file
View File

@@ -0,0 +1,4 @@
(println #t)
(if #t (println 3) (println 4))
(if #f (println 3) (println 4))