RosettaCodeData/Task/Here-document/Jq/here-document-3.jq

7 lines
46 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
def specifier(a):
"x
\(a)
z";
specifier("y")