This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/Logtalk/examples/hello_world/SCRIPT

13 lines
354 B
Plaintext
Raw Normal View History

=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.22.2
Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
=================================================================
% just load the example and check the output message:
| ?- logtalk_load(hello_world(loader)).
...