Octave style guide: Difference between revisions

Jump to navigation Jump to search
m (β†’β€ŽVariable names: fix formatting)
(Add note about != vs ~=)
Line 194: Line 194:
and its target, e.g., {{codeline|! A}}.
and its target, e.g., {{codeline|! A}}.


Use {{codeline|!=}} instead of {{codeline|~=}}.


== Comments ==
== Comments ==