To use this website fully, you first need to accept the use of cookies. By agreeing to the use of cookies you consent to the use of functional cookies. For more information read this page.

Official ZPE/YASS documentationstd_out

std_out (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. Version 1.6.5 puts a space after each of the strings so print("Hello", "World") will print Hello World

Alternative function names: print*
First available: Version 1.3.1
* Since ZPE 1.9.3, print has become its own function and is no longer an aliase for std_out. Over time the functions will diverge in features and possibly syntax.
Comments
Code previewClose
Feedback 👍
Comments are sent via email to me.