[Gambas-user] Simple code editor question
Benoît Minisini
gambas at ...1...
Sun Jul 12 20:16:52 CEST 2009
> Is it possible to have more than one command on a line using some syntax
>
> eg instead of
>
> do something
> if error then
> do_something_else
> return
> end if
>
> write this lik
>
> do something
> if error then do_somethingelse : return (or syntax works)
>
> Regards
>
> Richard
>
No, it is not possible. It makes the code less readable.
--
Benoît
More information about the User
mailing list