This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| crpl:docs:max [2013/08/18 17:19] – [max] jmaps | crpl:docs:max [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ~~DISCUSSION~~ | ||
| <- [[crpl: | <- [[crpl: | ||
| ===== max ===== | ===== max ===== | ||
| - | ^Arguments^Result^Notation^ | + | <-number1 <-number2 |
| - | |Two items on the stack|The greater of the two items |'' | + | |
| === Description === | === Description === | ||
| Takes two arguments and pushes the greater to the stack. | Takes two arguments and pushes the greater to the stack. | ||
| === Examples === | === Examples === | ||
| - | < | + | < |
| ShowTraceLog | ShowTraceLog | ||
| 4 5 max Trace | 4 5 max Trace | ||
| #You should see a 5 appear in the trace log. | #You should see a 5 appear in the trace log. | ||
| </ | </ | ||