Help for this page

Select Code to Download


  1. or download this
    map { some_condition ? $_ : some_default } some_expression;
    
  2. or download this
    some_expression ||| { some_condition }, some_default
    
  3. or download this
    some_condition ? some_expression : some_default