mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 10:48:30 +02:00
19 lines
228 B
ObjectPascal
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 --}.
|
|
|