RUNPARSE thing
Outputs the list that would result if thing
(word or list) were entered as an instruction line; characters such as infix operators and parentheses are separate members of the output.
Note that sublists of a runparsed list are not themselves runparsed.
SHOW RUNPARSE "a<b
[a < b]