Run Shell
Hachi has a built-in language shell to provide an interactive environment to explore tools and code directly in Hachi.
Starting the Hachi shell is as simple as running the hachi
in the terminal.
Operating within the shell
When interacting with the shell, you can simply input your hachi code and generate result output as needed.
Shell Commands
.clear
Clears the screen.
Syntax:
.clear
.clr # short syntax
.read
Prints output of all your prior Hachi shell inputs.
Syntax:
.read
.r # short syntax
.exit
Exits the Hachi shell.
Syntax:
.exit
.x # short syntax