This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
crpl:docs:max [2013/07/29 14:35] – created thepenguin | 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 lesser 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. | ||
</ | </ |