tools/PascalBasics.hs
changeset 6425 1ef4192aa80d
parent 6412 4b9a59116535
child 6450 14224c9b4594
equal deleted inserted replaced
6424:a3b428e74410 6425:1ef4192aa80d
    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"
    28             , "string", "shortstring", "cdecl", "external"
    29             ] ++ builtin
    29             ] ++ builtin
    30     , reservedOpNames= [] 
    30     , reservedOpNames= [] 
    31     , caseSensitive  = False   
    31     , caseSensitive  = False   
    32     }
    32     }
    33 
    33