Re: Command Line Continuation

new topic     » goto parent     » topic index » view thread      » older message » newer message

> I assume you are not talking about DOS command lines, but about Euphoria
> program statements.
> 
> The only things that can't continue over multiple lines are text string
> literals and commments. For example, below is a valid Euphoria statement...
> 
>    if thisfld > 0 and
>       thatfld = 1
>    then
>       abc
>         =
>          "a very long string that is longer than " &
>          "a single line of text in the editor"
>    end
>       if
> 
> 
> -- 
> Derek Parnell
> Melbourne, Australia
> 
Correct assumption, sorry I wasn't clear.  Thanks much for the answer
it will be a big help since some of the code I am porting is already
resulting in longer lines than the editor I'm using.

Jim Hendricks
President
Biz Computing, Inc.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu