~~NOTOC~~ ====== Trace5 ====== Trace5 (<-thing1 <-thing2 <-thing3 <-thing4 <-thing5) ===== Description ===== Prints 5 values from the stack into RPL.txt. If you open the console with the Tilde (~) key and type //trace on// in the console, the values will also be printed in the console. ===== Examples ===== Trace5 (<-x " plus " <-y " is " <-x add (<-y))