4 + 2 = 6

This commit is contained in:
2026-05-16 03:02:25 -06:00
parent 0bb66acae0
commit 466e2a38a9
10 changed files with 113 additions and 35 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
;;; -*- mode:scheme -*-
(let ((x0 (prim:+ 2 4)) (x1 (prim:write x0))) x1)
(let ((x0 (prim:cons 4 2)) (x2 (prim:write x1)) (x1 (prim:car x0))) x2)