RosettaCodeData/Task/String-concatenation/Jq/string-concatenation.jq
2017-09-25 22:28:19 +02:00

1 line
31 B
Text

"hello" as $s | $s + " there!"