...
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,
...