This is an old revision of the document!
<- CRPL reference <- Math Commands
Arguments | Result | Notation |
---|---|---|
Two items on the stack | The greater of the two items | n1 n2 – n3 |
Takes two arguments and pushes the greater to the stack.
ShowTraceLog 4 5 max Trace #You should see a 5 appear in the trace log.