Data stack: ( v1 v2 -- v3 )
+From: Ralph Ronnquist
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.
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.