proto.keyword = function (str) {
    if (arguments.length) {
        return this.fromString(str, 'keyword');
    }
    else {