@print(val, ...)

writes argument values to the standard output (Max or PD console, stdout for standalone, etc.). String values are printed without there quote.

The returned value is the value of the last argument (or undef).

see also: [@error]