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

LOAD doesn't strip literal string delimiters #383

Closed
Kaj-de-Vos opened this issue Jan 13, 2013 · 0 comments
Closed

LOAD doesn't strip literal string delimiters #383

Kaj-de-Vos opened this issue Jan 13, 2013 · 0 comments
Labels
status.built A change in codebase has been done to address the ticket. status.tested The change in code has been manually tested and verified to fix the issue. type.bug Ticket describes an abnormal behavior, not conforming to the specs or expectation.

Comments

@Kaj-de-Vos
Copy link
Contributor

Not a blocker because FORM can be used as a workaround, but the interpreter would be a lot more demoable if this worked:

red>> s: "!"
== "!"
red>> print s
!"
red>> mold s
== ""!""
red>> form s
== "!"
red>> print form s
!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status.built A change in codebase has been done to address the ticket. status.tested The change in code has been manually tested and verified to fix the issue. type.bug Ticket describes an abnormal behavior, not conforming to the specs or expectation.
Projects
None yet
Development

No branches or pull requests

2 participants