Data stack: ( v1 v2 -- v3 )
+From 433a6cc4e7fccb418345a78de099a4e15891abcf Mon Sep 17 00:00:00 2001
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.