Did you know ... | Search Documentation: |
Predicate list_strings/0 |
double_quotes
from codes
to string
,
creating packed string objects. Warnings may be suppressed using the
following multifile hooks:
double_quotes
.
[X] = "a"
into X = 0'a
.:- set_prolog_flag(double_quotes, codes).
`text`
). Note that this
will not make your code run regardless of the --traditional
command line option and code exploiting this mapping is also not
portable to ISO compliant systems.