Re: Rob: Minor special character glitch?
Vincent wrote:
>
> Rob,
>
> I noticed that you can use a single quote with print, printf, puts, so on.
> without
> needing to use a special character backslash. Was this intentional or just a
> uncaught glitch?
>
> puts(1, "''''''''''") -- works ?
> puts(1, "\'\'\'\'\'\'\'\'\'\'") -- works
>
> This isn't a problem or anything but maybe deviates from expected behavor?
>
>
> Regards,
> Vincent
Hi,
What are you saying? Single quote is just another printable char right?
Should print just like any other char when it's part of a string right?
Take care,
Al
And, good luck with your Euphoria programming!
My bumper sticker: "I brake for LED's"
|
Not Categorized, Please Help
|
|