This is NOT JS. This is SMALL.
we have four types of variables:
Ints
Floats
Code:
new Float:var = 1.0;
Bools
Code:
new Bool:var = true;
Strings/arrays
Code:
new Float:string[50]
Code:
new Bool:string[50]
etc
I have no idea what you meant by the first part.
__________________