Commands

Repl

Running bitr without any arguments will start the repl, all variables declared in the repl will be remembered until the repl ends.

bitr # launches the repl

Run file

To run a file, put the file name (with or without .bs extension) as the first argument.

bitr [file name].bs # runs [file name].bs
bitr [file name] # the `.bs` extension is not required

Informational

Informational commands prints out information and does nothing else.

bitr help # displays the help message
bitr version # displays the version of bitr installed