13 lines
140 B
Plaintext
13 lines
140 B
Plaintext
|
|
default{timer(){
|
||
|
|
|
||
|
|
integer x = 1;
|
||
|
|
integer y = x << 31;
|
||
|
|
integer z = (integer)-0x80000000;
|
||
|
|
|
||
|
|
llOwnerSay((string)y);
|
||
|
|
z += 1;
|
||
|
|
y += 1;
|
||
|
|
x += 1;
|
||
|
|
|
||
|
|
}}
|