Help for this page
[*] 1..100; # applies '*' to all list; so result is 100! [//] @a; # first defined [+] @b; # sum of all
if $a eq "foo" | "bar" | "fluffy" { # do this stuff }