The following page contains reserved words. These are not part of the ANS Forth Standard. They are just proposed by various people and published here at FORTH.SF.NET for public review.

:NON:
:STD:

TOC


R.11 File-Access reserved extension words


R.11.6.1.1718 INCLUDE
FILE RES EXT
        ( i*x "name" --  j*x )

Skip leading space delimiters. Parse name delimited by a space. Use the string as the filename argument to INCLUDED.

  : INCLUDE PARSE-WORD INCLUDED ;

See: 11.6.1.1718 INCLUDED, 19.6.1.0003 REQUIRED,


Table of Contents
Next Section