fpc/tests/webtbs/tw1931.pp
2002-04-16 16:06:59 +00:00

19 lines
228 B
ObjectPascal

Unit tw1931;
Interface
Const
Space = #32;
Tab = #9;
Cr = #13;
Lf = #10;
CrLf = #13#10;
Slash = '/';
Dash = '-';
Comma = ',';
Implementation
End {-- UChar --}.