Files
2026-08-27 01:43:42 -06:00

5 lines
70 B
Scheme

(* 2 (call/cc
(λ (k)
(begin (k 6)
3))))