Page 1 of 1

Special behavior of various print functions

Posted: Sun Jun 23, 2024 2:43 pm
by curiosity
In all the print methods, in the log function and probably in the print function there is a hardcoded special behavior: if print receives a table and that table has both fields x and y, then it outputs those and only those fields in the format e.g. "{x=3, y=4}".

Would also be nice to know what other things are handled specially.