[fpc-devel] Using double quotes

Marcos Douglas md at delfire.net
Fri Feb 26 21:21:12 CET 2016


Is there any chance to implement in the compiler something link this?

S := "
  insert into t (
    id, description
  ) values (
    1, 'foo'
  )
";

Did you see?
No need to use 'string' + 'string + 'string'...

C# uses an "@" as a prefix, but Pascal don't use double quotes so, I
think, we doesn't need it a "@", only double quotes.

Best regards,
Marcos Douglas



More information about the fpc-devel mailing list