<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#math|Math]] ===== max ===== ^Arguments^Result^Notation^ |float float | float | [float float - float ] | === Description === Takes two arguments and pushes the greater to the stack. === Examples === trace(max(4 5)) #prints '5'