Author(s): The CLIP Group..
Version: 1.10#7 (2006/4/26, 19:22:13 CEST)
Version of last change: 1.9#276 (2004/1/9, 16:37:11 CET)
This modules enumerates integers between two numbers, or checks that an integer lies within a range
between)between)
Usage: between(+Min, +Max, ?N)
N is an integer which is greater than or equal to Min and smaller than or equal to Max. Both Min and Max can be either integer or real numbers.
+Min is currently instantiated to a number.
(term_typing:number/1)
+Max is currently instantiated to a number.
(term_typing:number/1)
?N is an integer.
(basic_props:int/1)
Go to the first, previous, next, last section, table of contents.