Files
gyehoek-hs/golden/exec/callcc-early-exit-2/source.scm
T
2026-08-27 01:01:17 -06:00

5 lines
51 B
Scheme

(call/cc
(λ (k)
(begin (k #t)
#f)))