Best practices
- VFPL file names are written in
PascalCasewith the extension.vfpl - Functions are in
snake_case - Variables are also in
snake_case - Mutable variables start with an
Uppercaseletter - Indentation is done with 4 spaces
- Subexpressions are wrapped in parentheses
add 6 to (multiply 5 with 7) TrueandFalseare referenced in uppercase- Types (expect the null values) are
Uppercase