roc/test/snapshots/repl/deeply_nested_lambda.md
2025-09-26 20:54:43 -04:00

154 B

META

description=Deeply nested closures
type=repl

SOURCE

» (((|a| |b| |c| a + b + c)(100))(20))(3)

OUTPUT

123

PROBLEMS

NIL