Coldfusion Arraylast

someArray = ["first", "second", "third"];
lastOne=arrayLast(someArray);
writeOutput(lastOne);
philippos herodotou