-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple returns #41
Comments
It isn't being parsed correctly:
i.e. it is being parsed as |
I don't understand. What would be different? |
Why it parses differently in Mathematica notebooks than via calling |
is not an expression. But
is. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a Mathematica notebook, every line that doesn't end with
;
will be displayed/ returned.This is handled differently in
MathLink
where only one return value is possible.MWE:
I would expect to get the tuple
(2, 3)
back.The text was updated successfully, but these errors were encountered: