__UMIN__ "unsigned-minimum" ( u1 u2 -- u3 )

\\

||Forth79||Forth83||ANSI||Forth200x
|        |       |    |    

\\

%%tabbedSection 
%%tab-english
u3 is the lesser of u1 and u2. The lowest possible number for u1 or u2 is 0.
/%
%%tab-deutsch
u3 ist der Kleinere der beiden Werte u1 und u2. Benutzt die U< Opera­tion. Die kleinste Zahl fur u1 oder u2 ist Null.
/%
/%