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
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to