| Did you know ... | Search Documentation: |
| Pack logtalk -- logtalk-3.94.0/docs/handbook/_sources/libraries/loops.rst.txt |
.. _library_loops:
loopsThis library provides implementations of several kinds of loops typical of imperative languages.
Open the `../../apis/library_index.html#loops <../../apis/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.