Index

Trace5

Trace5 (<-thing1 <-thing2 <-thing3 <-thing4 <-thing5)

Description

Prints 5 values from the stack to the debug window. Only works with the 4RPL Console.

Examples

Trace5 (<-x " plus " <-y " is " <-x  add  (<-y))

Index