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

5
lab17/store.scm Normal file
View File

@@ -0,0 +1,5 @@
(define x 3)
(define y (+ x 1))
(println (- x 2))
(println (* x y))