-
Notifications
You must be signed in to change notification settings - Fork 1
Add operator INCLUDE #224
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestinterpreterRequires a code change in the interpreter.Requires a code change in the interpreter.minorRequires a minor version change.Requires a minor version change.testSomething related to the test suite.Something related to the test suite.
Milestone
Description
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestinterpreterRequires a code change in the interpreter.Requires a code change in the interpreter.minorRequires a minor version change.Requires a minor version change.testSomething related to the test suite.Something related to the test suite.
Add operator
BOOL INCLUDE(STR module).INCLUDEacts exactly likeIMPORTexcept the the imported names are unqualified.For example, if module
foois:Then either of these would be correct:
But these would be incorrect:
Update the specification, tests, and implementation.