Planned Format r←⍕y

This primitive or feature is planned, that is, it doesn't appear in the most recent released implementation of TinyAPL. Details may change before it is added!

r is the stringified version of y, as it appears in the REPL or when printed. Note that this representation cannot be passed directly to Execute, because character vectors are represented as raw strings and not as executable code.