Files
gyehoek-hs/play/t.anf
2026-05-16 10:26:20 -06:00

9 lines
137 B
Scheme

;;; -*- mode:scheme -*-
(let ((x0 (prim:cons 4 2))
(x3 (prim:write x2))
(x2 (prim:* 3 x1))
(x1 (prim:cdr x0)))
x3)