package{ import flash.display.Sprite; public class Main extends Sprite{ public function Main(){ var temperature:int = 22; var sky:String = "sunny"; var weatherListing:Array = new Array( ); weatherListing.push(temperature, sky); trace(weatherListing); // 22,sunny } }}
Name (required)
email (will not be published) (required)
Website