mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
132 B
132 B
META
description=Simple string closure
type=repl
SOURCE
» (|s| s)("Test")
OUTPUT
"Test"
PROBLEMS
NIL