<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#vars_and_functions|Vars and Functions]] ===== <-! (Ref Read) ===== ^Arguments^Result^Notation^ | name | value | [ string - value ] | === Description === name: The string name of the heap variable to read. Reads the contents of the local variable and pushes it to the stack. This allows dynamic reading of variables. === Examples === 42 ->someVar trace( <-!("someVar") )