let/cc

[syntax] let/cc k expr ...

MzScheme, Gauche: a macro that expands to (call/cc (lambda (k) expr ...)

See also let/ec?.