Hello World

Comefrom0x10 writes the result of any expression not captured by assignment to stdout. This makes it an ideal teaching language, as students don’t need to worry about the weird way that computer programmers use the word “print.” If you are a computer programmer, you might say that this prints “Hello, world”:

'Hello, world' # prints "Hello, world"

Notice that # delimits comments.