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

4 lines
108 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
{ "Δ": 1 } # initialization
| .["Δ"] += 1 # increment by 1
| .["Δ"] # emit the incremented value