Jump to content

Range modifications: Difference between revisions

m
Line 206:
 
=={{header|Julia}}==
{{incomplete|Julia|Sequence format changed}}
Julia has an iterator class called ranges, 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,106

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.