Skip to content

fix Error: is not a library defined function! #76

@farzonl

Description

@farzonl

library functions are the last thing we look up in a program, as a result if we hit enter we erroneously think a library function call was attempted and trigger an incorrect error. Fix the error so that we only trigger this error if we see something in the format <function_name> (<arguments>) i.e <function name> <open paren> <arguments> <close paren>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions