Understanding Functions in VEXcode Pro V5

The VEX Visual Studio Code Extension has replaced VEXcode Pro V5, which is now end-of-life.

VEXcode Blocks and VEXcode Text remain actively developed and supported for all VEX platforms.

Functions are building blocks of most modern programming languages. Each program essentially can be a program itself, with its own variables, expressions, etc.

Advantages:

  1. Increase readability
  2. Reusability
  3. Allow modularized organization and testing.
  4. Encapsulation.

For more information, help, and tips, check out the many resources at VEX Professional Development Plus

Last Updated: