X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=reference.html;h=9137d075cfd0bd68e35fda305d8050d21cc8f636;hb=433a6cc4e7fccb418345a78de099a4e15891abcf;hp=c690537f14c9cb1de13f3e3e4554c2c242729f05;hpb=a625fdad0d2d7723188c78b761d7ea8294464017;p=rrq%2Frrqforth.git diff --git a/reference.html b/reference.html index c690537..9137d07 100644 --- a/reference.html +++ b/reference.html @@ -851,7 +851,9 @@ asciidoc.install(); LOAD-BUFFER-SIZE   LOAD-FILE  

MAIN-ARGS   -MALLOC  

+MALLOC   +MIN   +MAX  

NEGATE   NIP   NL   @@ -2773,6 +2775,32 @@ page" of mmap for details.

_______________________________________________________
+

+ +
+

Word: MAX

+
+
+
Data stack: ( v1 v2 -- v3 )
+
+

"MAX" is a function word that selects the greatest of v1 and v2. To +that end, the values are 64-bit signed integers.

+
+_______________________________________________________ +
+

+
+
+

Word: MIN

+
+
+
Data stack: ( v1 v2 -- v3 )
+
+

"MIN" is a function word that selects the least of v1 and v2. To that +end, the values are 64-bit signed integers.

+
+_______________________________________________________ +

@@ -3897,7 +3925,7 @@ is deepest.