RosettaCodeData/Task/Range-expansion/00DESCRIPTION

15 lines
270 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
{{:Range extraction/Format}}
2016-12-05 22:15:40 +01:00
;Task:
2013-04-10 23:57:08 -07:00
Expand the range description:
2016-12-05 22:15:40 +01:00
<big> -6,-3--1,3-5,7-11,14,15,17-20 </big>
2015-02-20 00:35:01 -05:00
<small>Note that the second element above,
2016-12-05 22:15:40 +01:00
is the '''range from minus 3 to ''minus'' 1'''. </small>
2013-04-10 23:57:08 -07:00
2016-12-05 22:15:40 +01:00
;Related task:
* &nbsp; [[Range extraction]]
<br><br>