RosettaCodeData/Task/Unicode-variable-names/Jq/unicode-variable-names-4.jq

4 lines
108 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
{ "Δ": 1 } # initialization
| .["Δ"] += 1 # increment by 1
| .["Δ"] # emit the incremented value