__MIN__ "minimum" ( n1 n2 -- n3 )

\\

||Forth79||Forth83||ANSI||Forth200x
|   x     |   X    |  X  |    X

\\

%%tabbedSection 
%%tab-english
n3 is the lesser of n1 and n2. The smallest possible number for n1 or n2 is -32768.
/%
%%tab-deutsch
n3 ist die Kleinere der beiden Werte nl und n2. Benutzt die Operation <
Die kleinste Zahl für n1 oder n2 ist -32768.
/%
/%