> 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

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to