Print

(print argument) -> null

Sends the given argument to the console.

Example:

>> (print "test")
test:: null