# File lib/kwartz/parser.rb, line 428
    def scan_hook
      ## line comment
      c = @ch
      if c == ?#
        scan_line
        return scan()
      end
      return false
    end