RosettaCodeData/Task/Special-variables/Jq/special-variables.jq
2023-07-01 13:44:08 -04:00

2 lines
48 B
Text

$ jq -n -M --arg x 1 '$x|type' # (*)
"string"