Table of Contents
Variables
Variable to Output
Input to Variable
From Input to Output over Filter Rule
Variables
TODO: Description
Type
Eample
Description
int
42
-23
float
3.14
-0.000001
string
“Lorem Ipsum”
“42”
list
[1, 2, 3, 4, 5]
[“a”, “b”, “c”]
dict
{“a”:1, “b”:2, “c”:3}
{“ate”:42, “pi”:3.14, “text”:“Lorem Ipsum”}
Variable to Output
Input to Variable
From Input to Output over Filter Rule