Marcos Douglas wrote:
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, I don't see. It looks like an ordinary string to me, except that you're allowing it to extend over multiple lines somewhat like a unix here-document.

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to