RosettaCodeData/Task/Unicode-variable-names/Jq/unicode-variable-names-4.jq
2023-07-01 13:44:08 -04:00

3 lines
108 B
Text

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