Commandline examples

Get the list of allowed commands

april -h

Get info of the language

april -a

Compile an .apl file (april file):

april -c file.apl

Run an .apl file (start the API server):

april -r file.apl 0.0.0.0:8080

Get the version of april:

april -v