Coordinates are used extensively in MAXScript programming. They support a large range of operations as described in the Point2 : Value and Point3 : Value topics. You can write point literals using the following forms:
[ <expr>, <expr> ]
[ <expr>, <expr>, <expr> ]
[320, 240]
[10, 20, 30]
[x, y, z]
[sin a, 2 * foo, a^2 + b^2]