RosettaCodeData/Task/Unicode-variable-names/Jq/unicode-variable-names-4.jq
2017-09-25 22:28:19 +02:00

3 lines
108 B
Text

{ "Δ": 1 } # initialization
| .["Δ"] += 1 # increment by 1
| .["Δ"] # emit the incremented value