~~NOTOC~~ <=[[4rpl:start| Index]] \\ <=[[4rpl:start#arithmetic| Arithmetic]] ====== add ====== <-a <-b add ->result ===== Description ===== Adds two arguments together and pushes the result on the stack. ===== Examples ===== trace(21 21 add) #prints 42 <=[[4rpl:start| Index]]