|
|
|
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.