3 lines
209 B
ActionScript
3 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
|