Skip to content
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

"round trip" error #19

Closed
justin2004 opened this issue Mar 5, 2022 · 1 comment
Closed

"round trip" error #19

justin2004 opened this issue Mar 5, 2022 · 1 comment

Comments

@justin2004
Copy link

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?

@justin2004
Copy link
Author

ops, i see what i've done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant