<div dir="ltr"><div><div><div><div><div>Greetings everyone,<br><br></div>Thanks to Mary for the welcoming introductory note.  We do have a minor feature in the works for NCL as a language, but one which I think many will find convenient:  block-comments, whereby one can readily comment out multiple lines at once.<br><br></div>The question to the group is:  what should that look like?<br><br></div>As a C/C++/Java programmer, my natural inclination would be /*  ...  */ style bracketing comments.  However, I personally think that notation looks out of place in NCL code.  Given NCL&#39;s Fortran influences, we could turn to that language -- I&#39;m surprised however that modern Fortran does not have a block-comment (?)<br><br></div>With &quot;;&quot; being NCL&#39;s line-comment character, one suggestion that has stuck is <br><br></div>   /;   ...  ;/  bracketing notation.<br><div><div><div><br></div><div>To those of you who might not be C/C++/Java programmers, is there another more natural style appropriate for a language like NCL?<br><br></div><div>We appreciate any comments...<br><br></div><div>Rick<br><br></div><div><br><br></div></div></div></div>