4 lines
209 B
ActionScript
4 lines
209 B
ActionScript
|
|
myfunction(); /* function with no arguments in statement context */
|
||
|
|
myfunction(6,b); // function with two arguments in statement context
|
||
|
|
stringit("apples"); //function with a string argument
|