reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
37 Line = Line.ltrim(' '); 37 Line = Line.ltrim(' '); 39 if (Line.startswith("#") || Line.empty()) 39 if (Line.startswith("#") || Line.empty()) 43 Line.split(Parts, ' ', /*MaxSplits*/-1, /*KeepEmpty*/false); 47 "found '" + Line + "'");