SWI-Prolog/swish

Error using `string` quasiquotation in swish

Closed this issue · 1 comments

Mac OS 13.2.1, swipl 9.2.2, latest swish from github:

image

I'm not sure I understand the error. I thought maybe it's related to sandboxing, but I get the same error even when running swish unrestricted.

Thanks.

You try to load the library that turns this into valid syntax as part of the same term in which it is used. That won't work. You should execute the use_module in a directive in the program or a notebook.