[Gambas-user] Multiline question

tobias tobiasboe1 at ...20...
Fri Jun 10 14:20:50 CEST 2011


hello,
i have a question about long lines. i know one can split long 
IF-statements at logical operations like
IF TRUE = TRUE AND
FALSE = FALSE THEN
but is there a way to do that splitting in normal code? i think of 
something like
i = \
2

which should end up as
i = 2
for the interpreter. is there something like this?

regards,
tobi




More information about the User mailing list