Help for this page

Select Code to Download


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