roc/test/snapshots/repl/simple_closures.md

176 B

META

description=Simple closures
type=repl

SOURCE

» (|s| s)("Test")
» (|x| x)(42)
» (|x| !x)(True)

OUTPUT

"Test"

42

False

PROBLEMS

NIL