Game Basics
Features
Mapmaking
Game Basics
Features
Mapmaking
Trace5 (<-thing1 <-thing2 <-thing3 <-thing4 <-thing5)
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.
Trace5 (<-x " plus " <-y " is " <-x add (<-y))