MAX MARKER MIN
MAX ( a b -- c )  
ansi .6.1.1870 <CORE>
return the maximum of a and b

reference: p4_max in ../src/core.c:1453, export CO MAX