You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling tab/1 leads to No permission to call sandboxed tab(_XXX)'`, which is weird since it only prints set number of spaces to the output (which can be simulated using write/1).
Is there something I am missing?
The text was updated successfully, but these errors were encountered:
Added tab/1 to the Pengine I/O emulation library. The reason it doesn't work is that the normal I/O predicates are redefined in library(pengines_io) to emit HTML. Tab/1 was not and therefore you get the original I/O predicate that is protected. Now in the SWI-Prolog git. Should become available with the next release cycle.
Calling tab/1 leads to
No permission to call sandboxed
tab(_XXX)'`, which is weird since it only prints set number of spaces to the output (which can be simulated using write/1).Is there something I am missing?
The text was updated successfully, but these errors were encountered: