compile error | |
Type | glossary |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | compile-time error,compilation error,compile error,syntax error |
Related | Keyword: end repeat Constant: quote Glossary: handler, literal string, compile, control structure Control Structure: repeat |
Description | A problem or mistake in a handler that prevents it from being compiled. Most often, compile errors are caused by incomplete or incorrect control structures (such as a repeat structure with no end repeat) or by punctuation errors (such as failing to quote a literal string). |