Functions are declared like so:
>>>>>function name>>>>>
with the code trailing off to the right. Functions are exited with five less-than signs.
Functions must be declared inline with code.
Any code not inside a function (>>>>>f>>>>>-----<<<<<this code is not inside a function) is inside the main function.
Functions are not called when they are declared. Functions are called like so:
>>>>>function name<<<<<