loops
ï
This library provides implementations of several kinds of loops typical of imperative languages.
API documentationï
Open the ../../docs/library_index.html#loops link in a web browser.
Loadingï
To load the main entities in this library, load the loader.lgt
file:
| ?- logtalk_load(loops(loader)).
Testingï
To test this library predicates, load the tester.lgt
file:
| ?- logtalk_load(loops(tester)).
Usageï
See e.g. the searching
example.