Don't click here unless you want to be banned.

LSL Wiki : keyword

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are ia360925.us.archive.org

Keyword

A keyword is a reserved word in a programming language that often carries with it special meaning. Keywords may not be used as identifiers.

LSL keywords:
Flow Control:
if, else, for, while, do, return, default, state, event
Types:
vector, rotation, float, integer, key, string, list, quaternion
Event names:
state_entry, state_exit, control, changed
"ll"-prefixed function names:
llDie, llFrand, llLog
Compiler-implemented constants:
ZERO_VECTOR, NULL_KEY, TRUE, PRIM_BUMP_SHINY

FlowControl | Functions | Types | Events
There is no comment on this page. [Display comments/form]