Range modifications: Difference between revisions

m
Line 206:
 
=={{header|Julia}}==
Julia has an iterator classclasses called rangesa type of Range, such as integer UnitRanges, that are like the "10-10" of the task but are stated as 10:10, with a colon not a minus sign. This implementation uses Julia's UnitRange class internally.
<lang julia>import Base.string, Base.parse, Base.print
 
4,103

edits