From: Fabien Bodard <gambas.fr@gmail.com>
To: mailing list for gambas users <gambas-user@lists.sourceforge.net>
Date: Sat, 30 Jul 2011 18:15:00 +0200
Subject: Re: [Gambas-user] Code writing
2011/7/29 Andrea Bertini <and.bertini@gmail.com>:
> I use g3. is there the solution to write code of a single command on few
> lines?
>
> In vb i can write in this way:
>
> function (..........)
> code.......................... _
> code
yes you can break a line after a symbol, a ", a comma
function toto(titi as string,
tata as integer,
toto as float) as integer