A function is a block of set of statements that is made to perform some specific task.
A function is a block of set of statements that is made to perform some specific task.
public function init():void { var bool:Boolean = new Boolean(true); var myObj:MyClass = new MyClass(); } |