Main About Download Schemes Documentation Resources

Call Shape

Default Appearance

What it Does

A Call Statement transfers control to a function. Information being passed into the function are called 'arguments'.

Example

The following example uses the Call Shape to execute a function called 'Greeting'.

When the program executes, the first shape will call the Greeting Function. After it outputs "Hello!", it will return and the Main Function and it will output "Goodbye!".