Skip to content

Foreign function which takes no parameters fails #35

@ghost

Description

When calling a foreign function which takes no parameters e.g.
CALLFF << @Selfdestruct 1
The following error occurs
GRIDLANG Exception
callff() argument after * must be a sequence, not int

A work around is to push an extra value
CALLFF << @Selfdestruct 1 2

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