# File lib/bat.rb, line 85
    def err(string)
        pt(string," ERROR")
        exit 1
    end