<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#math_commands|Math Commands]] ===== max ===== <-number1 <-number2 max ->biggest === Description === Takes two arguments and pushes the greater to the stack. === Examples === ShowTraceLog 4 5 max Trace #You should see a 5 appear in the trace log.