Difference between revisions of "LSL integer"

From Second Life Wiki
Jump to navigation Jump to search
Line 3: Line 3:


Integer examples:
Integer examples:
0, 2, 8, 5987, -87, -14598
<pre>
0, 2, 8, 5987, -87, -14598</pre>

Revision as of 04:16, 16 February 2007

An integer is a whole number, with no decimal point in it.


Integer examples:

0, 2, 8, 5987, -87, -14598