Did you know ... | Search Documentation: |
Pack logtalk -- logtalk-3.85.0/manuals/_sources/libraries/loops.rst.txt |
.. _library_loops:
loops
This library provides implementations of several kinds of loops typical of imperative languages.
Open the `../../docs/library_index.html#loops <../../docs/library_index.html#loops>`__ link in a web browser.
To load the main entities in this library, load the loader.lgt
file:
::
| ?- logtalk_load(loops(loader))
.
To test this library predicates, load the tester.lgt
file:
::
| ?- logtalk_load(loops(tester))
.
See e.g. the searching
example.