tools/PascalBasics.hs
changeset 6516 addaeb1b9539
parent 6453 11c578d30bd3
child 6520 6fecdc5d182f
--- a/tools/PascalBasics.hs	Wed Dec 07 11:35:03 2011 -0500
+++ b/tools/PascalBasics.hs	Wed Dec 07 22:54:39 2011 +0300
@@ -25,7 +25,7 @@
             , "type", "var", "const", "out", "array", "packed"
             , "procedure", "function", "with", "for", "to"
             , "downto", "div", "mod", "record", "set", "nil"
-            , "string", "cdecl", "external", "if", "then", "else"
+            , "cdecl", "external", "if", "then", "else"
             ] ++ builtin
     , reservedOpNames= [] 
     , caseSensitive  = False