Range expansion: Difference between revisions

m
→‎{{header|Sidef}}: removed an unless comment
m (→‎{{header|Sidef}}: modified the code to work with the latest version of Sidef)
m (→‎{{header|Sidef}}: removed an unless comment)
Line 2,533:
}
 
# Test and display
say rangex('-6,-3--1,3-5,7-11,14,15,17-20').flatten.join(',');</lang>
{{out}}
2,747

edits