Help for this page

Select Code to Download


  1. or download this
    data1;
    if(some condition1 = 1) then
    ...
    if (some condition2 = 0) then 
    read this data 6;
    end if;
    
  2. or download this
    read this data 3;
    read data 4;
    read this data 6;
    
  3. or download this
    open(WORDLIST, <*.doc>);
    while(<WORDLIST>)
    ...
     else{}
    }
    open(WORDLIST);