PARSE

Synopsis
PARSE word
Description

Outputs the list that would result if word were entered in response to a READLIST operation. That is, PARSE READWORD outputs the same value as READLIST for the same characters read.

Example
SHOW PARSE "Hello
[Hello]

SourceForge.net Logo