File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -32,22 +32,22 @@ A comma-delimited list of synonyms for this API entry.
3232#### Type (required)
3333The type of this API entry. One of the following:
3434(API-level)
35- * command
36- * function
37- * property
38- * message
39- * constant
40- * keyword
41- * control structure
42- * operator
43- * statement
44- * expression
35+ * command
36+ * function
37+ * property
38+ * message
39+ * constant
40+ * keyword
41+ * control structure
42+ * operator
43+ * statement
44+ * expression
4545
4646(Glossary-level)
47- * library
48- * widget
49- * glossary
50- * object
47+ * library
48+ * widget
49+ * glossary
50+ * object
5151
5252The glossary-level entries have part of their content generated from the API-level entries.
5353
@@ -58,14 +58,14 @@ A description of how to use or call this facet of the API. May just be the name
5858An entry may have a number of Syntax elements, if there are variations within the same entry.
5959
6060The following can be used to specify livecode syntax:
61- - [ optional]
62- - [ repeated optional ...]
63- - { variant 1 | variant 2 }
64- - <parameterName >
61+ - ` [optional] `
62+ - ` [repeated optional ...] `
63+ - ` { variant 1 | variant 2 } `
64+ - ` <parameterName> `
6565
6666For example, the syntax for the first variant of the ` split ` command:
6767
68- split <variable > {by | using | with} <primaryDelimiter> [and <secondaryDelimiter>]
68+ split <variableToSplit > {by | using | with} <primaryDelimiter> [and <secondaryDelimiter>]
6969
7070describes the following possible usages:
7171- ` split tVar by comma `
You can’t perform that action at this time.
0 commit comments