Wiki
Show
Ignore:
Timestamp:
03/20/10 08:18:40 (2 years ago)
Author:
Chuck.Esterbrook
Message:

Code cleanup.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Samples/WordCount.cobra

    r2128 r2339  
    119119        while true 
    120120            line = tr.readLine 
    121             if line 
    122                 .countLine(line) 
    123             else 
    124                 break 
     121            if line, .countLine(line) 
     122            else, break 
    125123        return this 
    126124