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
$ ~/go/bin/1pl -v
Top level for ichiban/prolog v1.2.1
This is for testing purposes only!
See https://github.com/ichiban/prolog for more details.
Type Ctrl-C or 'halt.' to exit.
?- include('foo.p').
2024/08/10 21:11:48 error(existence_error(procedure,include/1),root)
?- ensure_loaded('foo.p').
2024/08/10 21:12:05 error(existence_error(procedure,ensure_loaded/1),root)
Both built-ins are defined in the ISO core standard.
How would a Prolog text have another Prolog text included or ensure_loaded?
The text was updated successfully, but these errors were encountered:
I currently get:
Both built-ins are defined in the ISO core standard.
How would a Prolog text have another Prolog text included or ensure_loaded?
The text was updated successfully, but these errors were encountered: