This is an old revision of the document!
~~DISCUSSION~~ <- CRPL reference <- Math Commands
Arguments | Result | Notation |
---|---|---|
Two items on the stack | The lesser 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.