octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: quotation characters in the Octave sources


From: John W. Eaton
Subject: Re: quotation characters in the Octave sources
Date: Wed, 26 Jun 2019 13:34:25 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1

On 6/26/19 1:19 PM, Mike Miller wrote:

I assume you mean quotation marks used in strings that are presented to
the user? Or do you mean something else?

I'm thinking of any text file in the sources, but yes, especially in any messages that are displayed.

I agree with consistency, and I tend to prefer the look of double
quotes, for example in this error message:

     >> exist ("x", "foo")
     error: exist: unrecognized type argument "foo"

rather than single quotes, for example in this error message:

     >> sum (10, "foo")
     error: sum: unrecognized type argument 'foo'
>
But either way, yes to consistency.

Yes.

jwe




reply via email to

[Prev in Thread] Current Thread [Next in Thread]