3

var time:Int = 0;
while ( time < 2016 ) {
time++;
}
trace( "Happy New Year!" );

Comments
Add Comment