~~NOTOC~~ ====== add ====== <-a <-b add ->result ===== Description ===== Adds two arguments together and pushes the result on the stack. ===== Examples ===== trace(21 21 add) #prints 42