mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
176 B
176 B
META
description=Simple closures
type=repl
SOURCE
» (|s| s)("Test")
» (|x| x)(42)
» (|x| !x)(True)
OUTPUT
"Test"
42
False
PROBLEMS
NIL