|
|||||
modifier | defaulting | ||||
Related Syntax | Related Concepts |
Syntax
open string-expression with referents-allowed defaulting {default value} as file string-expression
This modifier allows a programmer to provide a definition (default value) for every referent that's written out. A defaulting
declaration can be specified with referents-allowed
in an open
action. There are two possible forms, either as one string expression or two, and these provide an effective value for referents as follows:
The defaulting
part used to provide the effective value of an undefined referent is the defaulting
part associated with the "final destination" of the referent.
Related Syntax open referents-allowed |
Related Concepts Referents: default definitions for a reopened stream Referents: specifying default definitions |
---- |