You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/specs/livecode_builder_language_reference.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ Additionally, all types can be annotated with **optional**. An optional annotati
87
87
: 'module' <Name: Identifier> SEPARATOR
88
88
{ Metadata SEPARATOR }
89
89
{ Import SEPARATOR }
90
-
{ Definition SEPARATOR }
90
+
{ ( Definition | Metadata ) SEPARATOR }
91
91
'end' 'module'
92
92
93
93
The smallest compilable unit of Modular LiveCode is the module. Each module is uniquely named using reverse DNS notation, and the names of modules are considered to live in a global namespace.
0 commit comments