0124: Foreign functions can't return more than one value
Compiler found a foreign function definition with more than one return type:
Possible solutions:
remove extra return types:
if this is not a foreign function, but a local SCM function that can return multiple types, remove angle brackets:
Note that is this case you must also provide a function body.
Last updated