Joy Online Manual

NAME
print - Print to standard output

SYNOPSIS

print(arg1, arg2, ...)

DESCRIPTION
Prints its arguments to the standard output (normally a command window or the console window). A blank is put between each argument and a newline is put at the end of the output.

Index