Created
August 4, 2008 10:47
-
-
Save hitode909/3871 to your computer and use it in GitHub Desktop.
KPLの予約語のArray
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RESERVEDS = %w{ PROGRAM CONST TYPE VAR PROCEDURE FUNCTION | |
BEGIN END ARRAY OF INTEGER CHAR CALL | |
IF THEN ELSE WHILE DO FOR TO } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment