Asides are statements that affect the output code of the program.

:set

Sets a variable. Similar to #define in C-like languages.

:set myFavoriteLetter 'a'

_start:
    echo myFavoriteLetter ; prints 'a'