Help for this page

Select Code to Download


  1. or download this
    $first = (list_context_expr)[0];
    $last = (list_context_expr)[-1];
    
  2. or download this
    $count = (() = list_context_expr);
    # also written as: $count= () = list_context_expr;