# File lib/kwartz/main.rb, line 100
    def chr(key)
      ch = char(key)
      return ch ? ch.chr : ''
    end