Files
gyehoek-hs/example/cons.anf
2026-05-18 10:13:01 -06:00

5 lines
79 B
Scheme

;;; -*- mode:scheme -*-
(let ((x0 (prim:cons 4 5)) (x1 (prim:write x0))) x1)