⇐ Index
<-varname <-!
Pops a string from the stack and then treats that as a variable name to read. This allows dynamic reading of variables.
42 ->abc "abc" ->varname <-varname <-! Trace # prints 42