the | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Appears before the names of properties and the names of functions that are not followed by parentheses |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: this, of Property: properties Glossary: keyword, function, expression Control Structure: function |
Description | Use the the keyword to unambiguously indicate how an expression should be parsed. The the keyword is mandatory before the names of built-in functions, unless the parentheses form of the function is used:
The the keyword is optional before the names of properties, but it is good style to include it. |
Tags | properties |