xref: /netbsd-src/external/historical/nawk/dist/testdir/t.comment (revision 2f62cc9c12bc202c40224f32c879f81443fee079)
1# this is a comment line
2# so is this
3/#/	{ print "this one has a # in it: " $0	# comment
4	print "again:" $0
5	}
6