script only stack

Typeglossary
DictionaryLCS
LibraryLiveCode Script
RelatedProperty: script, behavior, scriptOnly
Glossary: text file, stack
Description

A script only stack is a stack whose on-disk representation is just a text file with a header line:

script "StackName"

and, optionally with a behavior stack reference:

script "StackName" with behavior "BehaviorName"

Anything else in the file is the script of the script only stack. If a stack is script only, its scriptOnly property will return true:

if the scriptOnly of stack "StackName" is true then...

Tagsobjects