LSL 101/LSL in Focus: Types

From Second Life Wiki
< LSL 101
Revision as of 15:16, 1 June 2009 by Omei Turnbull (talk | contribs) (New page: {{NavNextPrev|prefix=LSL in Focus: |prev=|topic=Language Topics in Focus|next=Integers}} __TOC__ =Summary of Types= In a scripting language, '''types''' are a way of categorizing the val...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
↑̲  Language Topics in Focus  ̲↑ Integers →

Summary of Types

In a scripting language, types are a way of categorizing the values that the language can manipulate. In LSL, there are 7 different types.

Each of these types has its own representation and its own set of operations and/or built-in functions for manipulating values of that type. Here's a quick overview of how each types is used in LSL.

Integers

Floats

Strings

Keys

Lists

Vectors

Rotations