Call a function: Difference between revisions

m
Actionscript
m (→‎JavaScript: Minor elaboration)
m (Actionscript)
Line 15:
 
This task is ''not'' about [[Function definition|defining functions]].
 
=={{ActionScript}}==
 
<lang actionscript> myfunction(); /* function with no arguments in statement context */
myfunction(6,b); // function with two arguments in statement context</lang>
 
=={{header|Ada}}==