Help for this page

Select Code to Download


  1. or download this
    $obj->get_set( 'name' ) = 'Limbic';
    
  2. or download this
    $obj->name = 'Limbic';
    
  3. or download this
    $dept->Positions("manager") = "bill";
    print $dept->People("bill")."\n";
    #  manager