⍕
Format r←⍕y
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.