We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
this is in the README.md:
>>> apl.eval("'2+2' py.Eval ⍬") # round trip 4
but when I run that:
>>> apl.eval('2+2' py.Eval ⍬) File "<stdin>", line 1 apl.eval('2+2' py.Eval ⍬) ^ SyntaxError: invalid syntax
although this works
>>> apl.eval('2+2') 4
is the README out of date?
The text was updated successfully, but these errors were encountered:
ops, i see what i've done
Sorry, something went wrong.
No branches or pull requests
this is in the README.md:
but when I run that:
although this works
is the README out of date?
The text was updated successfully, but these errors were encountered: