compile error

Typeglossary
DictionaryLCS
LibraryLiveCode Script
Synonymscompile-time error,compilation error,compile error,syntax error
RelatedKeyword: 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).