Versions Compared

Key

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

...

Jep Expressions are software commands which perform a function within PhixFlow. Expressions are written in Camelcase camelCase without spaces, and with the first word lower case and subsequent words uppercase eg. listToString(). Expressions contain brackets in which a set of arguments are written separated by commas. For example,

...