Wednesday, January 27, 2010

Flex: create a function

public function calculate():void{
var x = 1;
}



function is a an indication that the statement is a function

No comments:

Post a Comment