octave-maintainers
[Top][All Lists]
Advanced

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

Coding style: unary operators


From: Juan Pablo Carbajal
Subject: Coding style: unary operators
Date: Sat, 8 Nov 2014 14:28:15 +0100

Hi,

Do we need to insert a blank after unary prefix operators?
That is,

 if !flag

should it be

 if ! flag

?

For me it doesn't make sense, other wise we would have to write "-1"
as "- 1". Does anybody do that?



reply via email to

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