Another bug is that the call function does nothing. In v1.8 after :call being released, it was already deprecated. As
the only useful function is outputting a variable's content. Was already replaced by @output. And the fact that @function
executes without being called using :call just means that :call doesn't even work. It doesn't matter if the function is
called or not. Its still gonna execute itself.
@function [hello]:
:output This is a hello Function message. You are only seeing this
message because the call function called this hello function
A little note for you is that, only output commands are being
registered within @function and @if block chains. So you can't
really do alot here yet. But I'm working on adding more commands.
:end
@end
# :call [@function] /hello@run;