Subject Re: [ib-support] comment
Author Markus Ostenried
At 18:00 Tuesday, 10.06.2003 +0000, you wrote:
>is '/*' followed by '*/' the only way to insert comments in SPs ?
>
>I always appreciated Pascal language for the ability to insert
>comments with '{' and '}' and to disable part of the (commented) code
>by '(*' and '*)'...
>
>TIA
>Duilio Foschi

Hi Duilio,

you can use '// bla' to comment out one line.

From the Firebird v1.5 Beta 1 release notes: