14.6.2.8 Ranges

the following are examples of ranges.
sage: L = kash('[1..10]')
sage: L
[ 1 .. 10 ]
sage: L = kash('[2,4..100]')
sage: L
[ 2, 4 .. 100 ]

See About this document... for information on suggesting changes.