RosettaCodeData/Task/Call-a-function/ActionScript/call-a-function.as
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

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