Function group flow

Contrlo flow functions Function group has those functions and groups:

  • Function | - Pipe the output of one function to the next function.
  • Function default - Get the first non empty value.
  • Function ? - Return the second argument if the first argument is true. Return the third argument

Use additional help with a function name to see more details about the function.