Pascal keywords #675
rchastain2
started this conversation in
General
Replies: 2 comments
-
|
I do not remember, as that keyword list was compiled 17 years ago. I probably constructed it from Turbo Pascal, Free Pascal, and possibly Delphi. It looks like 'index' is a directive in Free Pascal (https://wiki.freepascal.org/Reserved_words) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I see, thank you. You are right, 'index' can be used in combination with 'external'. I had forgotten. It's certainly the same for the other keywords that I don't know. Problem solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @orbitalquark and Textadept friends.
I was surprised to see the word index coloured as a Pascal keyword.
So I open lexers/pascal.lua and I see several words that are not Pascal keywords (according to my Pascal knowledge). So I wonder where the Pascal keywords list comes from. Maybe it includes old dialects that I don't know?
It isn't really an issue. Only a question, out of curiosity.
Beta Was this translation helpful? Give feedback.
All reactions