Getting started is straightforward, just write SEL expression using Java syntax.
Workflow:
'!foo': String.join(' ', 'hello', 'world');
...
To be added...
- Add comments in the expression if it helps.
- SEL supports Java style comments
- single line:
// ...
- multi-line:
/* ... */
- single line:
- SEL supports Java style comments
...