tools/PascalBasics.hs
changeset 6450 14224c9b4594
parent 6425 1ef4192aa80d
child 6453 11c578d30bd3
equal deleted inserted replaced
6448:88e49851d814 6450:14224c9b4594
    23             , "implementation", "and", "or", "xor", "shl"
    23             , "implementation", "and", "or", "xor", "shl"
    24             , "shr", "while", "do", "repeat", "until", "case", "of"
    24             , "shr", "while", "do", "repeat", "until", "case", "of"
    25             , "type", "var", "const", "out", "array", "packed"
    25             , "type", "var", "const", "out", "array", "packed"
    26             , "procedure", "function", "with", "for", "to"
    26             , "procedure", "function", "with", "for", "to"
    27             , "downto", "div", "mod", "record", "set", "nil"
    27             , "downto", "div", "mod", "record", "set", "nil"
    28             , "string", "shortstring", "cdecl", "external"
    28             , "string", "cdecl", "external", "if", "then", "else"
    29             ] ++ builtin
    29             ] ++ builtin
    30     , reservedOpNames= [] 
    30     , reservedOpNames= [] 
    31     , caseSensitive  = False   
    31     , caseSensitive  = False   
    32     }
    32     }
    33 
    33