Load-Files contents
Data type definitions.
10{-lines:type}
11EXTERNAL_FILE_TY:
12apply-macro:#BASE-KIND
13singular:external file
14plural:external files
15
16instance-of:WORD_VALUE_TY
17instance-of:ENUMERATED_VALUE_TY
18instance-of:SAYABLE_VALUE_TY
19named-values-created-with-assertions:yes
20default-value:0
21i6-printing-routine:PrintExternalFileName
22
23has-i6-GPR:yes
24apply-template:*UNDERSTOOD-VARIABLE
25constant-compilation-method:quantitative
26
27description:the name of a file
28documentation-reference:kind_externalfile
29index-priority:6
30index-default-value:<i>a non-file</i>
31indexed-grey-if-empty:yes
32specification-text:When made with the Glulx setting, an Inform project can make limited use of files stored on the computer which is operating the story at run-time. An external-file is just the name of one of these files (not the filename in the usual sense, but a name given to it in the Inform source text).
33
34{-endlines}
35{-callv:Kinds::Interpreter::batch_done}