/test/language/error_warning_msg/bad_keyword1.msg
http://github.com/tybor/Liberty · Unknown · 8 lines · 7 code · 1 blank · 0 comment · 0 complexity · 8d10b507ff89329e474ed37518b5c45e MD5 · raw file
- ****** Fatal Error: Syntax error inside "local" variable list
- definition. Encountered keyword "create" while waiting for some
- local variable name. Cannot use "create" as a local variable name.
- Line 12 column 10 in BAD_KEYWORD1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_keyword1.e):
- create: INTEGER;
- ^
- ------