Echo - EndingOsprey317/jlib GitHub Wiki

__init__

jlib.echo.__init__(*args)

This function is a compact version of the print() function. It allows multiple lines of text to be inputted into the arguments and will print each argument on a different line. If argument 1 is "!pass" the program will not run. This is for when the code is called as a string.

__str__

jlib.echo.__str__()

When the module is called as a string it will return the following text:

JLIB: echo
--jlib.echo(): echo multiple lines of text entered back into the terminal