This commit is contained in:
2026-05-18 10:08:03 -06:00
parent 4ef6788029
commit afc68e2a55
32 changed files with 270 additions and 38 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
;;; -*- mode:scheme -*-
(let ((x0 (prim:cons 4 2)) (x1 (prim:cdr x0)) (x2 (prim:* 3 x1)) (x3 (prim:write x2))) x3)
(let ((x0 (prim:cons 4 2)) (x1 (prim:write x0))) x1)