Appearance
Echo
Everything is echo out to the console.
— Me
You can echo out something to the console using print function.
print function
(print "Hello, World!") // → Hello, World