User:Thraxis Epsilon/LSL Portal LSL Portal
< User:Thraxis Epsilon
Jump to navigation
Jump to search
Revision as of 17:46, 24 January 2007 by Thraxis Epsilon (talk | contribs)
Welcome to the Second Life LSL Portal!
Returns the absolute value of the integer passed to it. | |
numberAny valid integer that you wish to find the absolute value of | |
Examples<lsl> default { state_entry() { llSay(0,"The absolute value of -4 is: "+(string)llAbs(-4) ); } } </lsl> | |
Caveats
|
Getting StartedCode Resources |
|
Links to Helpful Resources |