Files
2026-08-27 01:01:17 -06:00

5 lines
51 B
Scheme

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