[fpc-devel] String literals

Hans-Peter Diettrich DrDiettrich1 at aol.com
Tue Aug 24 12:25:08 CEST 2010


Can we make string literals accepted with embedded whitespace between 
ordinal characters?

Currently this is not accepted:
   const x: string = #1 #2 #3;
and must be written as
   const x: string = #1#2#3; //not very readable

DoDi



More information about the fpc-devel mailing list