Skip to content

Instantly share code, notes, and snippets.

@hitode909
Created August 4, 2008 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hitode909/3871 to your computer and use it in GitHub Desktop.
Save hitode909/3871 to your computer and use it in GitHub Desktop.
KPLの予約語のArray
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