Skip to content

v1.8 - The function executes even without being called by :call (FIXED ON v2.0) #6

@cassitly

Description

@cassitly

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;

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions