Character
A character is a single letter, digit, or other punctuation or typographical mark. Really, it is one of the symbols in a character set. The
LSL code standard uses the
ASCII standard for its characters but when the
script is running it uses
UTF-8.
Strings are composed of characters which make up
text. Other
types are described by characters when writing code but are represented differently when the script itself is
compiled.
Glossary