This commit is contained in:
2026-09-05 20:22:07 -06:00
parent 25f1f008bd
commit 75e6c963c7
7 changed files with 113 additions and 65 deletions
+5
View File
@@ -0,0 +1,5 @@
((λ ()
(* 2 (call/cc
(λ (k)
(begin (k 6)
3))))))