Monday, February 11, 2019

Arrays/Vectors

verty:Array = [2, "Slink", "11"];

shoze:Banik = new Banik("Shoze");
shf:Banik = new Banik("Shf");
sho:Banik = new Banik("Sho");


vesta:Vector = new Vector.<Banik>;

vesta.push(shoze);
vesta.push(shf);
vesta.push(sho);

No comments:

Post a Comment