Octave style guide: Difference between revisions

import more text from the manual
(add more details about syntax imported from the contribution guidelines in the manual)
(import more text from the manual)
Line 36: Line 36:
</pre>
</pre>


Here, putting spaces after {{codeline|sin}}}, {{codeline|cos}}} would result in a
Here, putting spaces after {{codeline|sin}}, {{codeline|cos}} would result in a
parse error.
parse error.


Line 147: Line 147:


See the section Writing tests on the [[Tests]] page.
See the section Writing tests on the [[Tests]] page.
=== FIXME notes ===
The preferred comment mark for places that may need further attention is
with {{codeline|FIXME:}} comments.