Skip to content

Function hoisting not supported #22

@chengda300

Description

@chengda300

For now, functions must be declared before being called.
In the actual language, functions can be called first before being declared in the same program.
(Might be a problem with main() being called earlier than it is supposed to, which means main() should be called last)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions