Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 154366e

Browse files
author
livecodeali
committed
[[ Docs ]] Update lcb spec
1 parent bc4dc97 commit 154366e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/specs/livecode_builder_language_reference.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ Additionally, all types can be annotated with **optional**. An optional annotati
8383

8484
Module
8585
: 'module' <Name: Identifier> SEPARATOR
86-
{ Metadata SEPARATOR }
87-
{ Import SEPARATOR }
88-
{ ( Definition | Metadata ) SEPARATOR }
86+
{ ( Definition | Metadata | Import ) SEPARATOR }
8987
'end' 'module'
9088

9189
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.
@@ -198,9 +196,9 @@ The remaining types are as follows:
198196

199197
> **Note:** *integer* and *real* are currently the same as *number*.
200198
201-
> **Note:** In a subsequent update you will be able to specify lists and arrays of fixed types. For example, *list of string*.
199+
> **Note:** In a subsequent update you will be able to specify lists and arrays of fixed types. For example, *List of String*.
202200
203-
> **Note:** In a subsequence update you will be able to define record types (named collections of values - like structs in C) and handler types (allowing dynamic handler calls through a variable - like function pointers in C).
201+
> **Note:** In a subsequent update you will be able to define record types (named collections of values - like structs in C) and handler types (allowing dynamic handler calls through a variable - like function pointers in C).
204202
205203
## Handler Types
206204

0 commit comments

Comments
 (0)