4.4BSD/usr/src/old/awk/test/t.comment

# this is a comment line
# so is this
/#/	{ print "this one has a # in it: " $0	# comment
	print "again:" $0
	}