~~NOTOC~~ <= [[4rpl:start#Math]] ====== abs ====== abs(<-var) ->absvar ===== Description ===== Calculates the absolute value of the item and pushes the result on the stack. ===== Examples ===== trace(abs(-1)) #prints '1'