/ parse-area-fetch /

PARSE-AREA@

description:

PARSE-AREA@ ( -- c-addr len ) "parse-area-fetch"

Return the address and length of the current parse area.

: PARSE-AREA@
    SOURCE >IN @ /STRING
;


See:
PARSE-AREA! parse-area-store/index.html


Proposed by:
J.Brien


generated Wed Jul 23 02:53:35 2003mlg