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

String configuration for better usability #302

Closed
ghost opened this issue May 25, 2018 · 0 comments
Closed

String configuration for better usability #302

ghost opened this issue May 25, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented May 25, 2018

There seems to be a demand for a more consistent and
bug free handling of strings. At least I myself would be
happy if quotes were thoroughly handle by the corresponding
flags. The behaviour could be such:

?- set_prolog_flag(single_quotes, chars).
Yes
?- set_prolog_flag(double_quotes, atom).
Yes
?- X = "Foo".
X = "Foo"
?- X = 'Foo'.
X = ["F",o,o] 
@ghost ghost closed this as completed Nov 12, 2019
This issue was closed.
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

0 participants