Skip to content

Commit

Permalink
Strings: New consts: ENDL2, ENDL3, ENDL4
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdp committed Jun 6, 2022
1 parent 32dba28 commit 098cac6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Base/JPL.Strings.pas
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ interface
CRLF = #13#10;
TAB = #9;
ENDL = sLineBreak;
ENDL2 = ENDL + ENDL;
ENDL3 = ENDL2 + ENDL;
ENDL4 = ENDL3 + ENDL;
DEG = '°';

type
Expand Down

0 comments on commit 098cac6

Please sign in to comment.