var a:String = "123"; var b:String = new String ("456"); trace (typeof a) //string trace (typeof b) //object