Skip to content

Echo

Everything is echo out to the console.

— Me

Std Out

You can echo out something to the console using print function.

lisp
(print "Hello, World!") // → Hello, World

Released under the MIT License.