This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:min [2021/02/05 16:44] – Rmoved discussion tag Karsten75 | crpl:docs:min [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== min ===== | ===== min ===== | ||
- | ^Arguments^Result^Notation^ | + | min |
- | |Two items on the stack|The lesser of the two items |'' | + | |
=== Description === | === Description === | ||
Takes two arguments and pushes the lesser to the stack. | Takes two arguments and pushes the lesser to the stack. | ||
=== Examples === | === Examples === | ||
- | < | + | < |
ShowTraceLog | ShowTraceLog | ||
4 5 min Trace | 4 5 min Trace | ||
#You should see a 4 appear in the trace log. | #You should see a 4 appear in the trace log. | ||
</ | </ |