Comments: Difference between revisions

Content deleted Content added
m →‎{{header|UNIX Shell}}: Clarify what is not a comment.
Line 918:
=={{header|Octave}}==
<lang octave># I am a comment till the end of line
% I am a comment till the end of line</lang>
 
%{
This comment spans
multiple lines
%}
</lang>
 
=={{header|Openscad}}==