Difference between revisions of "Sequence Operator"
Line 2: | Line 2: | ||
[[Category:Doc Status C]] <!-- For Lumina use, do not change --> | [[Category:Doc Status C]] <!-- For Lumina use, do not change --> | ||
− | Evaluates «m» and «n» and returns a sequence from «m» to «n» in increments of 1, or in increments of -1 when < | + | Evaluates «m» and «n» and returns a sequence from «m» to «n» in increments of 1, or in increments of -1 when ''n < m''. The result is a list. Equivalent to [[Sequence]](m, n). |
− | This function does not array abstract. The expressions, | + | This function does not array abstract. The expressions, «m» and «n», must evaluate to scalars. |
= See Also = | = See Also = | ||
* [[Sequence]] | * [[Sequence]] |
Revision as of 01:28, 6 January 2016
Comments
Enable comment auto-refresher