    r("and", s.and)
    r("array", s.array)
    r("begin", s.begin)
    r("case", s.case)
    r("const", s.const)
    r("define", s.define)
    r("device", s.device)
    r("div", s.div)
    r("do", s.do)
    r("else", s.else)
    r("elsif", s.elif)
    r("end", s.end)
    r("exit", s.exit)
    r("if", s.if)
    r("interface", s.inter)
    r("loop", s.loop)
    r("mod", s.mod)
    r("module", s.module)
    r("of", s.of)
    r("or", s.or)
    r("not", s.not)
    r("procedure", s.proc)
    r("process", s.process)
    r("record", s.record)
    r("repeat", s.repeat)
    r("then", s.then)
    r("type", s.type)
    r("until", s.until)
    r("use", s.use)
    r("var", s.var)
    r("when", s.when)
    r("with", s.with)
    r("while", s.while)
    r("xor", s.xor)
