RosettaCodeData/Task/Call-a-function/ActionScript/call-a-function.as

4 lines
209 B
ActionScript
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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