Printing Text - o2bblockbusting/cs421_project GitHub Wiki

The print control character 'P' acts like a function that prints things to the standard output. Simply put a 'P' followed by a set of parenthesis containing what you would like to print. Please note that strings still must be put inside quotes for them to be valid.

Example:

P("Hello World!\n") <- Note the newline character added since print does not automatically add one

AnumNV90909
P(num)
P("\n")