next up previous
Next: Arrays Up: Actions Previous: Control-Flow Statements

Empty Statement

¿¹Á¦:
          BEGIN     { FS = "\t" }
             { for (I = 1; I <= NF && $I != ""; I++)
             ;
           if (I <= NF) 
             print
         }
 



Park Jong Seung
Mon Jan 27 13:50:36 KST 1997