Directives
USER_LEX LOAD Load Directive Keywords
 
Format USER_LEX LOAD filename$
 
Where:
 
filename$ Name of a file containing a User Lexicon. String expression.
 
Description Use the USER_LEX LOAD directive to load an alternate internal lexicon table. This lexicon can be used to simplify a conversion from other programming languages to ProvideX or to provide for support of languages other than English. The lexicon table consists of all the ProvideX keywords for directives, functions and variables. ProvideX supplies a utility program, *LEXEDIT, to create and maintain these tables.


*Warning* Be very careful when modifying syntax tables. While it is possible to create syntax tables for other languages and to add additional syntax to the external table, the wrong changes can make your programs un-listable. (The syntax tables affect both the listing and editing of programs.) Do not attempt to create or edit the syntax tables unless you are an experienced programmer and are familiar with these tables. Contact your local distributor of ProvideX for assistance.