Description Usage Arguments Details Examples
Create a sequence using non-standard evaluation syntax.
1 | sequential_segment(steps)
|
steps |
a list of expressions (of one or more conditions), each repeating a step in the sequence. |
Steps must be separated by commas (,
). ...
denotes zero or more
interactions may precede the step that follows, otherwise without ...
then
the there must not be any interactions between the adjacent steps in order for the
results to match the sequence.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.