~~NOTOC~~ <=[[4rpl:start| Index]] \\ <= [[4rpl:start#Math]] ====== max ====== max(<-number1 <-number2) ===== Description ===== Push the greater of two arguments to the stack. ===== Examples ===== trace(max(4 5)) #prints '5' <=[[4rpl:start| Index]]