Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Hello World

To make a simple hello world program, create a file called hello.abra.

Inside the file, write

print("hello world")

Then run the file using the command abra hello.abra