Jamie Balfour

Welcome to my personal website.

Find out more about me, my personal projects, reviews, courses and much more here.

Official ZPE/YASS documentationprint

Official ZPE/YASS documentationprint

print (mixed message1[, mixed message2, mixed message3, ..., mixed messageN]) ⇒ string

Prints a message to the standard output of the system and returns the message. It also has infinite arguments which will be joined before printing.

First available: Version 1.9.3

Notes

Strings joined using the arguments of this function will be separated by a space when they are joined together.

print has actually existed since the beginning as an aliase for std_out but as of ZPE 1.9.3 it became it's own predefined function. The result of this change is that over time these functions will diverge and become unrelated.
Comments
Feedback 👍
Comments are sent via email to me.