Did you know ... Search Documentation:
between.pl -- SICStus 4 library(between).
PublicShow source
See also
- https://sicstus.sics.se/sicstus/docs/4.6.0/html/sicstus.html/lib_002dbetween.html
To be done
- This library is incomplete. As of SICStus 4.6.0, the following predicates are missing:

Re-exported predicates

The following predicates are exported from this file while their implementation is defined in imported modules or non-module files loaded by this module.

Source numlist(+Low, +High, -List) is semidet
List is a list [Low, Low+1, ... High]. Fails if High < Low.
Errors
- type_error(integer, Low)
- type_error(integer, High)

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

Source numlist(Arg1, Arg2)
Source gen_nat(Arg1)
 between(Arg1, Arg2, Arg3)
Source gen_int(Arg1)