We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
blz comes with an interactive mode, this lets you try stuff out right from the command line.
To start the interactive mode, run blz -i
blz -i
From here, you can import or require packages using import Package or require File
import Package
require File
There is no support for blocks (if, for, while, functions, etc...) currently in the interactive mode, but it will come eventually.