iterable

fun iterable(raw: Any, context: Context): IterableValue<*>

Return

a new IterableValue from the raw expression. It can also be a Range.

Parameters

raw

string input to parse the expression from

context

context to retrieve the pipeline from

See also

Throws

if raw cannot be converted to an iterable