Re: Interpreter Mod We Can All Get Behind

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

Bernie Ryan wrote:
> And How about a line continuation symbol
> 
> Example:
> 
>   "This is a long string that I want to continue on the next line __
>    so I can just use the two underscores to continue it on this line"

Why would you want that? Euphoria already ignores line breaks in code
so you can do something like

   "This is a long string that I want to continue on the next line "
   & "so I can just use the two underscores to continue it on this line"

For string sequences, just use an editor that has word wrapping. :)

Besides, it would be a pain to implement. What if my string sequence has
a double underscore in it?

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

Search



Quick Links

User menu

Not signed in.

Misc Menu