Prints some text.
This function takes one or more arguments, each one printed sequentially. Examples of usage:
print(value); print("text"); print("value of PI: ", PI);