Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » lists and sequences » ZZ .. ZZ
next | previous | forward | backward | up | index | toc

ZZ .. ZZ -- sequences of consecutive integers

Description

i1 : 1 .. 10

o1 = (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)

o1 : Sequence

Ways to use this method:

  • ZZ .. ZZ -- sequences of consecutive integers

The source of this document is in Macaulay2Doc/operators/dotdot.m2:163:0.