toList A
|
|
|
The command toList 1..9 will throw an error, because toList comes before .. in Macaulay2's order of operations. To create a list from a range, use toList (1..9) instead.
|
Converting between list types may change the order of the elements in unexpected ways.
|
The object toList is a method function with a single argument.
The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/Macaulay2Doc/functions/toList-doc.m2:43:0.