function Bang() { Unit.call(this); this.example = ""; this.toString = function() { return "BANG"; } }