#Summary
The alias system allows the user to set shortcurs to goto commands.
An intentionally side effect is to group all functionality inside
goto command (and remove label command).
The user can add an alias:
$ goto alias add label "goto label"
label alias executes "goto label"