This is an old revision of the document!
⇐ Index
<-!
Pops a string from the stack and then treats that as a variable name to read. This allows dynamic reading of variables.
42 ->abc #prints 42 trace( <-!("abc") )