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

Support BASIC string with percent sign (%) #6

Open
udhos opened this issue Feb 3, 2019 · 0 comments
Open

Support BASIC string with percent sign (%) #6

udhos opened this issue Feb 3, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@udhos
Copy link
Owner

udhos commented Feb 3, 2019

This BASIC code:

echo '10 print "%"' | basgo-build > a.go && go run a.go

Produces this invalid Go code:

fmt.Print(`%!`(MISSING))

It is possible to work-around this defect by escaping % with %%:

echo '10 print "%%"' | basgo-build > a.go && go run a.go
@udhos udhos changed the title Supporte BASIC string with percent sign (%) Support BASIC string with percent sign (%) Feb 3, 2019
@udhos udhos added the bug Something isn't working label Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant