...
Jep Expressions are software commands which perform a function within PhixFlow. Expressions are written in 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. The below list contains a list expression pages, which give their correct syntax. For example,
if(_out.NumberOfApples > 1, 1, 0)
...