Range modifications: Difference between revisions

m
→‎{{header|jq}}: negative integers allowed
m (→‎{{header|jq}}: negative integers allowed)
 
Line 872:
In this entry, a closed interval [i,j] is represented by the JSON array [i, j],
and a sequence of such intervals is represented as a sorted array of such arrays,
with the understanding that [] represents the null sequence. i and j may be negative.
 
In order to show progress using the string representation of ranges,
Line 1,028:
Ending with 1-5,10-25,27-30
</pre>
 
 
=={{header|Julia}}==
2,442

edits