Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Functions are defined on the "Variable Dependencies" tab (see image). The standard way to set up functions is:

  1. In the "Expressions" box type the text "main()"
  2. In the "User Defined Functions" box type the text "function main()" and then type out the function
  3. Don't include the quotes from the text main() and function main() above

...