~~NOTOC~~ ====== Trace ====== Trace (%%"ABC"%%) ===== Description ===== Prints a value from the stack into RPL.txt. If you open the console with the Tilde (~) key and type //trace on// in the console, the value will also be printed in the console. ===== Examples ===== Trace ("ABC") if (<-value lt (0)) Trace ("Warning: value is less than zero") endif