Jamie Balfour

Welcome to my personal website.

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

Official ZPE/YASS documentationstd_out

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
Feedback 👍
Comments are sent via email to me.