not method
Functions the same as Second Life, where if positive, returns false, if 0/false, then return true.
Implementation
Integer not() {
if (value > 0)
return FALSE;
else
return TRUE;
}
Functions the same as Second Life, where if positive, returns false, if 0/false, then return true.
Integer not() {
if (value > 0)
return FALSE;
else
return TRUE;
}