Registry: Keywords


This key/section contains string-values with the keywords which are used for the construct matching. The names of the values are consecutive numbers. The numbers are just used for finding the keywords in an easy way. The first number must be 1 and they must be consecutive. E.g. if you skip 4 number 5 will also not be used.

 

An example of the contents of the file is the following:

 

1      Repeat,Until

2      For,Loop

3      Procedure,End_Procedure

4      Function,End_Function

5      Begin;While,End

 

As you can see, the beginning constructs are separated by a comma from the ending construct patterns. If you have more than one beginning construct with one ending construct, you separate those beginning constructs with a ';'. This is the same for ending constructs.



prev.gif next.gif