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