Functions
print
Prints the string representation of given items to standard output.
Example
println
The same as print(...) however ends each line new line character (\n).
Example
read
Reads an input from user as a string. The optional parameter is the prompt displayed on the standard output.
Example