by Brayla Sana | Apr 19, 2016 | Uncategorized
LSL and OSSL feature states which scripts can define in many ways, switching back and forth between them using the state directive (example: state default;). States are defined using the keyword state (Example: state foo {…}) with the exception of the...
by Brayla Sana | Jun 16, 2017 | LSL, OSSL, Types, Wiki
A string is a sequence of characters limited in length only by available memory. Strings are enclosed in quotation marks (“). LSL uses UTF-8 for its encoding standard for strings. Example: string foo = “bar”; // this defines a string named...