opensim-config – Blame information for rev 6

Subversion Repositories:
Rev:
Rev Author Line No. Line
6 eva 1 default
2 {
3 state_entry()
4 {
5 llOwnerSay("The absolute value of -4 is: "+(string)llAbs(-4) );
6 }
7 }