Synopsis:
There is no limit on the size or sign of the integers i and j. The symbols returned are single letters, or the letter x or X followed by some digits.
i1 : vars(3 .. 9, 33 .. 35, 1000 .. 1002, -100 .. -98) |
Code:
-- ../../../Macaulay2/m2/indeterminates.m2:33 vars List := vars Sequence := args -> apply(flatten splice args, j -> vars j)