Subversion Repositories Kolibri OS

Rev

Rev 9906 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9906 Rev 9907
Line 323... Line 323...
323
	END
323
	END
324
	RETURN i < L
324
	RETURN i < L
325
END inString;
325
END inString;
Line -... Line 326...
-
 
326
 
-
 
327
 
-
 
328
PROCEDURE isWordChar* (c: WCHAR): BOOLEAN;
-
 
329
	RETURN isLetter(c) OR isDigit(c) OR (c = "_")
-
 
330
END isWordChar;
326
 
331
 
327
 
332