Jvariables.as

From Organic Design wiki

trace("Hello"); var x:Number = 0; while(x<=10){ trace(x); x++; }