variable

Typeglossary
DictionaryLCS
LibraryLiveCode Script
Synonymsvar
RelatedGlossary: handler, application, container, global, local variable
Description

A container in memory. You can put data of any kind into a variable, and read its contents.

Unlike other containers, variables are not permanent. A local variable's existence ends when the handler stops; a global variable's existence ends when you quit the application.

Tagsproperties