== Prefixing comments == The hash symbol can be used as a prefix for inserting comments within an [[awk]] script: {{{ # This whole line is a comment and is ignored by the awk interpreter print 'Hello!' # Comments after a hash sign are ignored }}}
Summary:
This change is a minor edit.
Username: