token | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Designates a LiveCode token as part of a chunk expression. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: word, real8 Glossary: chunk expression, LiveCode |
Description | Use the token keyword to parse a LiveCode statement. A token is a string of characters delimited by certain punctuation marks. The rules for deciding what a token is are as follows:
A single token can contain multiple characters, but not multiple words, items, or lines.
|
Tags | text processing |