Help for this page

Select Code to Download


  1. or download this
    EXPR1->[ EXPR2 ]
    
  2. or download this
    ( EXPR1 //= [] )->[ EXPR2 ]
    
  3. or download this
    $list //= []
    
  4. or download this
    get_no_list() //= []
    
  5. or download this
    ( some_list() )[0]  # Returns the first element or an empty list.