Loops/Wrong ranges: Difference between revisions

(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 1,284:
 
=={{header|jq}}==
{{works with|jq}}
'''The following remarks also apply to gojq, the Go implmentation of jq'''.
 
jq has a filter `range(start; stop; increment)` which emits a
Line 1,316 ⟶ 1,318:
[range(0; 0; -1)] #=> []
</pre>
 
 
 
=={{header|Julia}}==
2,472

edits