Help for this page

Select Code to Download


  1. or download this
     
    NAME {
        ABC {
    ...
            } [34:28];
          } 
        }
    
  2. or download this
     
    NAME NUM S_NAME COMMENT                                   TYPE    SIZE
    ABC   1   Aaa     Another way                              AC    [0:0]
    DEF   84  Bbb     This way                                 DC    [1:0]
            Ccc This is zero (0 li) Check the SP file 4 details AC [34:28]
    
  3. or download this
    while($line[0]) {    
        #Comment     
    ...
        
        shift(@line);    
    }