Each of the search functions will return the index of the table entry of the item found. The index can then be used with the access functions. To speed up searching of the Table, the entries in the table will be grouped together by type. There will be 3 major search functions:
- Search for an immediate command including argument form
- Search for a string of a given length of a given type
- Search for a two word command
- Plain Words – Commands, Word Operators, and Internal Functions that don't have a parentheses
- Data Type Words – Internal Functions that have a data type symbol but no parentheses (currently none are planned initially, but examples are DATE$ and TIME$)
- Parentheses – Internal Functions that have parentheses including those that may have a data type symbol, for example MID$(...)
- Symbol – Symbol character Operators (one or two characters) and other symbols, for example colon statement separator and single-quote remark
No comments:
Post a Comment
All comments and feedback welcomed, whether positive or negative.
(Anonymous comments are allowed, but comments with URL links or unrelated comments will be removed.)