MIN MAX MKDIR
MIN ( a b -- c )  
ansi .6.1.1880 <CORE>
return the minimum of a and b

reference: p4_min in ../src/core.c:1463, export CO MIN