15 lines
150 B
Plaintext
15 lines
150 B
Plaintext
|
|
integer a;
|
||
|
|
float f = 0;
|
||
|
|
vector v = <0, 0, 0>;
|
||
|
|
rotation r = <0, 0, 0, 1>;
|
||
|
|
key k = "";
|
||
|
|
string s = "";
|
||
|
|
list l = [];
|
||
|
|
|
||
|
|
default
|
||
|
|
{
|
||
|
|
timer()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|