Function Call Examples

This display directs you to several examples of function calls.
a) Simple call of a one parameter function: square root (sqrt)
b) Simple call of a two parameter function: power(pow)
c) A function call as a statement: delay (delay)
d) A function call as part of an object: get (get)
or
m) More on function calls
x) Calling functions

Links:
Calling square root function
Calling the power function
Calling the delay function
Method Invocation
More on Function Calls
Calling Functions