Friday, January 25, 2019

Upper and Lower

"This is it".toUpper() //THIS IS IT
"This is it".toLower() //this is it
"This is it".title() //This Is It



tupa:Int = parseInt('5');
lupe:String = "Lupe Fiasco is coming";
tada:Date - date.DateTime(); //Not too sure about this line.

vendere:Array = [tupa,lupe,tada];
vendere.shuffle();

No comments:

Post a Comment