☰
↑
←
→
🔍
TOC
The Ciao System
»
PART VIII - Additional libraries
»
counters (library)
ON THIS PAGE
Usage and interface
Documentation on exports
Documentation on imports
counters (library)
Usage and interface
Library usage:
:- use_module(library(counters)).
Exports:
Predicates:
setcounter/2
,
getcounter/2
,
inccounter/2
,
deccounter/2
.
Documentation on exports
PREDICATE
setcounter/2
No further documentation available for this predicate.
PREDICATE
getcounter/2
No further documentation available for this predicate.
PREDICATE
inccounter/2
No further documentation available for this predicate.
PREDICATE
deccounter/2
No further documentation available for this predicate.
Documentation on imports
This module has the following direct dependencies:
System library modules:
datafacts_rt
.
Packages:
prelude
,
initial
,
condcomp
,
assertions
,
assertions/assertions_basic
,
datafacts
.