Skip to content

Commit c10c94c

Browse files
authored
Add definition for module (#593)
1 parent 94a2271 commit c10c94c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

standard/terms-and-definitions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ For the purposes of this specification, the following definitions apply. Other t
3434
- exceptional condition reported during program execution
3535
- **implementation**
3636
- particular set of software (running in a particular translation environment under particular control options) that performs translation of programs for, and supports execution of methods in, a particular execution environment
37+
- **module**
38+
- the contents of an assembly produced by a compiler. Some implementations may have facilities to produce assemblies that contain more than one module. The behavior in such situations is outside the scope of this specification
3739
- **namespace**
3840
- logical organizational system grouping related program elements
3941
- **parameter**

0 commit comments

Comments
 (0)