abl-tmlanguage 1.3.28 → 1.3.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. package/README.md +8 -9
  2. package/abl.tmLanguage.json +60 -79
  3. package/package.json +5 -2
  4. package/.github/workflows/ci.yml +0 -36
  5. package/CHANGELOG.md +0 -139
  6. package/abl-functions.txt +0 -548
  7. package/abl-keywords.txt +0 -416
  8. package/abl-methods.txt +0 -1053
  9. package/index.mjs +0 -508
  10. package/spec/analyze-suspend-resume/analyze-suspend-resume.spec.js +0 -17
  11. package/spec/annotations/annotation.spec.js +0 -366
  12. package/spec/array-extent/issue#5.spec.js +0 -26
  13. package/spec/blocks/block-labels.spec.js +0 -201
  14. package/spec/blocks/block-options.spec.js +0 -174
  15. package/spec/blocks/finally-blocks.spec.js +0 -90
  16. package/spec/blocks/on-quit.spec.js +0 -59
  17. package/spec/comments/comment-in-block-statement.spec.js +0 -153
  18. package/spec/comments/comment-in-for-each.spec.js +0 -105
  19. package/spec/comments/comment-in-function-args.spec.js +0 -88
  20. package/spec/comments/spacious-comment.spec.js +0 -73
  21. package/spec/comments/vscode-abl-issue#127.spec.js +0 -165
  22. package/spec/create-widgets/create-window.spec.js +0 -224
  23. package/spec/db-table-and-field/buffer-copy.spec.js +0 -246
  24. package/spec/db-table-and-field/create-alias.spec.js +0 -131
  25. package/spec/db-table-and-field/create-record.spec.js +0 -75
  26. package/spec/db-table-and-field/double-colon-access.spec.js +0 -154
  27. package/spec/db-table-and-field/field-in-function.spec.js +0 -58
  28. package/spec/db-table-and-field/fields-except.spec.js +0 -68
  29. package/spec/db-table-and-field/find-record.spec.js +0 -158
  30. package/spec/db-table-and-field/foreach.spec.js +0 -588
  31. package/spec/db-table-and-field/issue#88.spec.js +0 -121
  32. package/spec/db-table-and-field/new-record.spec.js +0 -250
  33. package/spec/db-table-and-field/query-get.spec.js +0 -137
  34. package/spec/define/define-browse.spec.js +0 -454
  35. package/spec/define/define-button.spec.js +0 -233
  36. package/spec/define/define-query.spec.js +0 -144
  37. package/spec/define/define-rectangle.spec.js +0 -47
  38. package/spec/define-buffer/create-buffer.spec.js +0 -212
  39. package/spec/define-buffer/simple-single-line.spec.js +0 -155
  40. package/spec/define-enum/type-name.spec.js +0 -200
  41. package/spec/define-event/simple-single-line.spec.js +0 -61
  42. package/spec/define-frame/issue#173.spec.js +0 -580
  43. package/spec/define-parameter/simple-single-line.spec.js +0 -228
  44. package/spec/define-property/property-getter.spec.js +0 -70
  45. package/spec/define-stream/simple-single-line.spec.js +0 -42
  46. package/spec/define-temp-table/define-dataset.spec.js +0 -217
  47. package/spec/define-temp-table/define-temp-table.spec.js +0 -605
  48. package/spec/define-variable/define-like.spec.js +0 -78
  49. package/spec/define-variable/extent.spec.js +0 -778
  50. package/spec/define-variable/initial.spec.js +0 -126
  51. package/spec/define-variable/issue#6.spec.js +0 -280
  52. package/spec/define-variable/issue#9.spec.js +0 -45
  53. package/spec/define-variable/simple-single-line.spec.js +0 -181
  54. package/spec/define-variable/single-line-with-a-comment-at-the-end.spec.js +0 -62
  55. package/spec/define-variable/single-line-with-a-space-and-a-comment-at-the-end.spec.js +0 -65
  56. package/spec/define-variable/tm-issue#2.spec.js +0 -25
  57. package/spec/define-variable/var-statement.spec.js +0 -467
  58. package/spec/do/do-blocks.spec.js +0 -289
  59. package/spec/do/issue#3.spec.js +0 -83
  60. package/spec/do/stop-after.spec.js +0 -79
  61. package/spec/for-each/for-each.spec.js +0 -111
  62. package/spec/for-each/issue#321.spec.js +0 -116
  63. package/spec/for-each/vscode-abl.issue#166.spec.js +0 -83
  64. package/spec/function-call/can-find.spec.js +0 -239
  65. package/spec/function-call/include-in-argument.spec.js +0 -120
  66. package/spec/function-call/misc-abl-functions.spec.js +0 -59
  67. package/spec/function-call/nested-functions.spec.js +0 -245
  68. package/spec/function-call/pass-table.spec.js +0 -116
  69. package/spec/function-call/set-size.spec.js +0 -56
  70. package/spec/function-call/udf-calls.spec.js +0 -50
  71. package/spec/function-call/vscode-abl-issue#19.spec.js +0 -129
  72. package/spec/function-definition/vscode-abl-issue#166.spec.js +0 -446
  73. package/spec/global-scoped-define/global-define.spec.js +0 -64
  74. package/spec/global-scoped-define/scoped-define-with-procedure-keyword.spec.js +0 -70
  75. package/spec/global-scoped-define/undefine.spec.js +0 -44
  76. package/spec/include/abl-tmlanguage-issues#5.spec.js +0 -40
  77. package/spec/include/include-file-name.spec.js +0 -267
  78. package/spec/include/unnamed-arguments.spec.js +0 -38
  79. package/spec/include/vscode-abl-issue#45.spec.js +0 -20
  80. package/spec/include/vscode-abl-issue#77.spec.js +0 -128
  81. package/spec/include/vscode-abl-issue#80.spec.js +0 -50
  82. package/spec/input-output/input-from.spec.js +0 -504
  83. package/spec/input-output/output-to.spec.js +0 -456
  84. package/spec/method-attribute-property-call/abl-method-attribute-call.spec.js +0 -98
  85. package/spec/method-attribute-property-call/connected-method.spec.js +0 -29
  86. package/spec/method-attribute-property-call/datset-table-attribute-method-call.spec.js +0 -53
  87. package/spec/method-attribute-property-call/get-set-method-name.spec.js +0 -140
  88. package/spec/method-attribute-property-call/method-call.spec.js +0 -268
  89. package/spec/method-attribute-property-call/nested-property-call.spec.js +0 -18
  90. package/spec/method-attribute-property-call/unqualified-method-call.spec.js +0 -41
  91. package/spec/method-definition/constructor.spec.js +0 -174
  92. package/spec/method-definition/method.spec.js +0 -541
  93. package/spec/misc-statements/array-for.spec.js +0 -21
  94. package/spec/misc-statements/case-statement.spec.js +0 -96
  95. package/spec/misc-statements/class-in-var-name.spec.js +0 -204
  96. package/spec/misc-statements/copy-lob.spec.js +0 -144
  97. package/spec/misc-statements/def-in-name.spec.js +0 -20
  98. package/spec/misc-statements/delete-objects.spec.js +0 -65
  99. package/spec/misc-statements/do-in-name.spec.js +0 -259
  100. package/spec/misc-statements/event-subscribe.spec.js +0 -308
  101. package/spec/misc-statements/export-delimiter.spec.js +0 -37
  102. package/spec/misc-statements/guid.spec.js +0 -97
  103. package/spec/misc-statements/if-then.spec.js +0 -454
  104. package/spec/misc-statements/issue#173.spec.js +0 -99
  105. package/spec/misc-statements/message-statement.spec.js +0 -21
  106. package/spec/misc-statements/record-buffer-functions.spec.js +0 -73
  107. package/spec/misc-statements/release.spec.js +0 -41
  108. package/spec/misc-statements/return-statement.spec.js +0 -64
  109. package/spec/misc-statements/skip-statement-and-fuction.spec.js +0 -35
  110. package/spec/misc-statements/system-handles.spec.js +0 -122
  111. package/spec/numbers/scientific-notation.spec.js +0 -212
  112. package/spec/operators/operators.spec.js +0 -149
  113. package/spec/operators/safe-navigation-operator.spec.js +0 -246
  114. package/spec/preprocesors/issue166.spec.js +0 -91
  115. package/spec/preprocesors/preprocessor-functions.spec.js +0 -77
  116. package/spec/preprocesors/proparse-preprocessor.spec.js +0 -90
  117. package/spec/procedure-definition/empty-proc.spec.js +0 -134
  118. package/spec/procedure-definition/trigger-procedure.spec.js +0 -132
  119. package/spec/procedure-definition/vscode-abl-issue#22.spec.js +0 -46
  120. package/spec/procedure-definition/vscode-abl-issue#26.spec.js +0 -31
  121. package/spec/procedure-definition/vscode-abl-issue#325.spec.js +0 -88
  122. package/spec/procedure-definition/vscode-abl-issue#62.spec.js +0 -39
  123. package/spec/run-statement/run-statement.spec.js +0 -868
  124. package/spec/shared.js +0 -104
  125. package/spec/strings/translation-attribute.spec.js +0 -52
  126. package/spec/strings/vscode-abl-issue#11.spec.js +0 -56
  127. package/spec/strings/vscode-abl-issue#28.spec.js +0 -31
  128. package/spec/type-name/argument.spec.js +0 -206
  129. package/spec/type-name/cast.spec.js +0 -163
  130. package/spec/type-name/define-class.spec.js +0 -555
  131. package/spec/type-name/define-enum.spec.js +0 -44
  132. package/spec/type-name/define-interface.spec.js +0 -159
  133. package/spec/type-name/define-property.spec.js +0 -301
  134. package/spec/type-name/define-temp-table.spec.js +0 -434
  135. package/spec/type-name/define-type-spec.js +0 -435
  136. package/spec/type-name/define-variable-property.spec.js +0 -264
  137. package/spec/type-name/define-variable.spec.js +0 -386
  138. package/spec/type-name/get-class.spec.js +0 -91
  139. package/spec/type-name/new.spec.js +0 -185
  140. package/spec/type-name/parameter-as.spec.js +0 -978
  141. package/spec/type-name/type-name.spec.js +0 -880
  142. package/spec/type-name/using.spec.js +0 -160
@@ -1,36 +0,0 @@
1
- name: CI/CD Pipeline
2
-
3
- on:
4
- push:
5
- branches:
6
- - main
7
- pull_request:
8
- branches:
9
- - main
10
-
11
- permissions:
12
- id-token: write # Required for OIDC
13
- contents: read
14
-
15
- jobs:
16
- build-and-test:
17
- runs-on: ubuntu-latest
18
-
19
- steps:
20
- - name: Checkout code
21
- uses: actions/checkout@v6
22
-
23
- - name: Install Node.js
24
- uses: actions/setup-node@v6
25
- with:
26
- node-version: '24.x'
27
- registry-url: 'https://registry.npmjs.org'
28
-
29
- - name: Running tests
30
- run: |
31
- npm install
32
- npm run test
33
-
34
- - name: Publish to npm
35
- if: github.ref == 'refs/heads/main' && github.event_name == 'push'
36
- run: npm publish
package/CHANGELOG.md DELETED
@@ -1,139 +0,0 @@
1
- 1.3.28
2
- ======
3
-
4
- - ✨ Improve scoping for ABL functions that do not always require parentheses (vscode-abl/vscode-abl#520)
5
- - 🐛 Add scoping for query GET statements (vscode-abl/vscode-abl#522)
6
- - 🐛 Scope temp-table fields used as CREATE BUFFER targets correctly (vscode-abl/vscode-abl#529)
7
- - 🐛 Add scoping for include files to function arguments (vscode-abl/vscode-abl#530)
8
- - 🐛 Add support for double-colon notation (vscode-abl/vscode-abl#532)
9
-
10
- 1.3.27
11
- ======
12
-
13
- - 🐛 Fix scoping of parameter definition with 'class' in the type name (PR #75)
14
-
15
- 1.3.26
16
- ======
17
-
18
- - 🐛 Fix scoping for DELETE PROCEDURE statements (PR #74, issue vscode-abl/vscode-abl#507)
19
-
20
- 1.3.25
21
- ======
22
-
23
- - 🐛 Fix scope for VAR CLASS <primitive> to not capture VAR ClassSomething (PR #73, issue vscode-abl/vscode-abl#488)
24
-
25
- 1.3.24
26
- ======
27
-
28
- - ✨ Improve scoping for RUN statements (PR #72, issue vscode-abl/vscode-abl#479)
29
-
30
- 1.3.23
31
- ======
32
-
33
- - ✨ Improve scoping for RUN statements (PR #71, issue vscode-abl/vscode-abl#479)
34
-
35
- 1.3.22
36
- ======
37
-
38
- - ✨ Annotations with dotted names
39
- - ✨ Include file names (UNC path, FQDN, multiple dots, ...)
40
-
41
- 1.3.21
42
- ======
43
- - ✨ Safe navigation operator
44
-
45
- 1.3.20
46
- ======
47
-
48
- - 🐛 Fix lookbehinds
49
- - ✨ Add operator scopes to function arguments
50
-
51
- 1.3.19
52
- ======
53
-
54
- - ✨ Support comments in USING statements; improve class definition
55
- - ✨ Improve scoping for CREATE BUFFER statement
56
-
57
- 1.3.18
58
- ======
59
-
60
- - ✨ Refactoring of preprocessor and string scopes (#65)
61
-
62
- 1.3.17
63
- ======
64
-
65
- - ✨ Scientific notation (#64)
66
-
67
- 1.3.16
68
- ======
69
-
70
- - 🐛 Addresses syntax highlighting - DO..WHILE loops with long conditions (vscode-abl/vscode-abl#401)
71
- - ✨ Improve closing scope on DEFINE QUERY statement
72
- - ✨ Improve termination of UNDO statement
73
- - ✨ Dataset scoping improvements
74
-
75
- 1.3.15
76
- ======
77
-
78
- - 🐛 Fix include paths with more than one \. (vscode-abl/vscode-abl#362)
79
-
80
- 1.3.14
81
- ======
82
-
83
- - ✨ Improve DEFINE FRAME scoping
84
- - ✨ Do not end DEFINE statements on decimal point
85
- - ✨ Support comments in index definition
86
- - ✨ Scope of RUN procedure names
87
- - 🐛 Improve scopes for NEW record statement (vscode-abl/vscode-abl#361)
88
- - 🐛 Fix TRIGGER PROCEDURE highlighting (vscode-abl/vscode-abl#361)
89
-
90
- 1.3.13
91
- ======
92
-
93
- - ✨ Fix capture for first table in DEFINE BUFFER and CREATE statements
94
- - ⚡️ Use oniguruma-parser/optimizer to optimise the keyword regexes
95
- - 🐛 Abbreviated version of INITIAL (#57)
96
- - 🐛 Procedures names with `.` or `using` (vscode-abl/vscode-abl#325)
97
-
98
- 1.3.12
99
- ======
100
-
101
- - Ensure GET and SET in property definitions are case-insensitive. Fix for Syntax highlighting (vscode-abl/vscode-abl#307)
102
- - Support comments in a FOR EACH statement
103
- - Scope functions named GET-VALUE and SET-VALUE correctly
104
- - Support WHILE in FOR EACH
105
- - Allow keywords in parameter arguments
106
- - Limit scope of SET-SIZE function arguments appropriately
107
-
108
- 1.3.11
109
- ======
110
-
111
- - Fix CREATE ALIAS highlight (#53)
112
- - Fix IF in variable name (#52)
113
- - Fix scope of ROWID function args
114
- - Allow word breaks (eg commas) before constants
115
-
116
- 1.3.10
117
- ======
118
- - Too many changes to be listed here...
119
-
120
- 1.2.0
121
- =====
122
- - Added support for classes
123
-
124
- 1.1.2
125
- =====
126
- - 12.2 keywords
127
- - Include parameters
128
-
129
- 1.0.1
130
- =====
131
-
132
- ## Bug fixes
133
- - full primitive type (ex: character) matches only abbrev (ex: char)
134
-
135
- 1.0.0
136
- =====
137
-
138
- ## What's new
139
- - Better syntax highlighting (parameter vs variable)
package/abl-functions.txt DELETED
@@ -1,548 +0,0 @@
1
- # Updated 2024-07-30 from 12.8 doc
2
- : Punctuation
3
- :: Punctuation
4
- . Punctuation
5
- ; Punctuation
6
- , Punctuation
7
- ; Special character
8
- ? Special character
9
- ?: Safe navigation operator
10
- \ Special character
11
- ~ Special character
12
- " Special character
13
- ' Special character
14
- / Special character
15
- ( ) Expression precedence
16
- [ ] Array reference
17
- = Special character
18
- < Special character
19
- < = Special character
20
- < > Special character
21
- > Special character
22
- > = Special character
23
- " "Character-string literal
24
- <T> Generic type reference
25
- { } Argument reference
26
- { } Include file reference
27
- { } Preprocessor name reference
28
- &GLOBAL-DEFINE preprocessor directive
29
- &IF, &THEN, &ELSEIF, &ELSE, and &ENDIF preprocessor directives
30
- &MESSAGE preprocessor directive
31
- &SCOPED-DEFINE preprocessor directive
32
- &UNDEFINE preprocessor directive
33
- /* Multi-line comments */
34
- // Single-line comments
35
- + Unary positive operator
36
- + Addition operator
37
- + Concatenation operator
38
- + Date addition operator
39
- + Datetime addition operator
40
- += Addition assignment operator
41
- - Unary negative operator
42
- - Subtraction operator
43
- - Date subtraction operator
44
- - Datetime subtraction operator
45
- -= Subtraction assignment operator
46
- * Multiplication operator
47
- *= Multiplication assignment operator
48
- / Division operator
49
- /= Division assignment operator
50
- ABSOLUTE function
51
- ACCUM function
52
- ACCUMULATE statement
53
- ACTIVE-FORM system reference
54
- ADD-INTERVAL function
55
- Aggregate phrase
56
- AGGREGATE statement
57
- ALIAS function
58
- AMBIGUOUS function
59
- AND operator (bitwise)
60
- AND operator (logical)
61
- APPLY statement
62
- ASC function
63
- Assignment (=) statement
64
- ASSIGN statement
65
- AT phrase
66
- AUDIT-ENABLED function
67
- AVAILABLE function
68
- BASE64-DECODE function
69
- BASE64-ENCODE function
70
- BEGINS operator
71
- BELL statement
72
- BLOCK-LEVEL ON ERROR UNDO, THROW statement
73
- BOX function
74
- BUFFER-COMPARE statement
75
- BUFFER-COPY statement
76
- BUFFER-GROUP-ID function
77
- BUFFER-GROUP-NAME function
78
- BUFFER-PARTITION-ID function
79
- BUFFER-TENANT-ID function
80
- BUFFER-TENANT-NAME function
81
- CALL statement
82
- CAN-DO function
83
- CAN-FIND function
84
- CAN-QUERY function
85
- CAN-SET function
86
- CAPS function
87
- CASE statement
88
- CAST function
89
- CATCH statement
90
- CHOOSE statement
91
- CHR function
92
- Class-based data member access
93
- Class-based method call
94
- Class-based object reference
95
- Class-based property access
96
- CLASS statement
97
- CLEAR statement
98
- CLOSE QUERY statement
99
- CLOSE STORED-PROCEDURE statement
100
- CODEPAGE-CONVERT function
101
- COLOR phrase
102
- COLOR statement
103
- COMBO-BOX phrase
104
- COMPARE function
105
- COMPILE statement
106
- CONNECT statement
107
- CONNECTED function
108
- CONSTRUCTOR statement
109
- COPY-LOB statement
110
- COUNT-OF function
111
- CREATE statement
112
- CREATE ALIAS statement
113
- CREATE automation object statement
114
- CREATE BROWSE statement
115
- CREATE BUFFER statement
116
- CREATE CALL statement
117
- CREATE CLIENT-PRINCIPAL statement
118
- CREATE DATABASE statement
119
- CREATE DATASET statement
120
- CREATE DATA-SOURCE statement
121
- CREATE QUERY statement
122
- CREATE SAX-ATTRIBUTES statement
123
- CREATE SAX-READER statement
124
- CREATE SAX-WRITER statement
125
- CREATE SERVER statement
126
- CREATE SERVER-SOCKET statement
127
- CREATE SOAP-HEADER statement
128
- CREATE SOAP-HEADER-ENTRYREF statement
129
- CREATE SOCKET statement
130
- CREATE TEMP-TABLE statement
131
- CREATE widget statement
132
- CREATE WIDGET-POOL statement
133
- CREATE X-DOCUMENT statement
134
- CREATE X-NODEREF statement
135
- CURRENT-CHANGED function
136
- CURRENT-LANGUAGE function
137
- CURRENT-LANGUAGE statement
138
- CURRENT-RESULT-ROW function
139
- CURRENT-VALUE function
140
- CURRENT-VALUE statement
141
- Data types
142
- DATASERVERS function
143
- DATA-SOURCE-MODIFIED function
144
- DATE function
145
- DATETIME function
146
- DATETIME-TZ function
147
- DAY function
148
- DBCODEPAGE function
149
- DBCOLLATION function
150
- DBNAME function
151
- DBPARAM function
152
- DB-REMOTE-HOST function
153
- DBRESTRICTIONS function
154
- DBTASKID function
155
- DBTYPE function
156
- DBVERSION function
157
- DDE ADVISE statement
158
- DDE EXECUTE statement
159
- DDE GET statement
160
- DDE INITIATE statement
161
- DDE REQUEST statement
162
- DDE SEND statement
163
- DDE TERMINATE statement
164
- DECIMAL function
165
- DECRYPT function
166
- DEFINE BROWSE statement
167
- DEFINE BUFFER statement
168
- DEFINE BUTTON statement
169
- DEFINE DATASET statement
170
- DEFINE DATA-SOURCE statement
171
- DEFINE ENUM statement
172
- DEFINE EVENT statement
173
- DEFINE FRAME statement
174
- DEFINE IMAGE statement
175
- DEFINE MENU statement
176
- DEFINE PARAMETER statement
177
- DEFINE PROPERTY statement
178
- DEFINE QUERY statement
179
- DEFINE RECTANGLE statement
180
- DEFINE STREAM statement
181
- DEFINE SUB-MENU statement
182
- DEFINE TEMP-TABLE statement
183
- DEFINE VARIABLE statement
184
- DEFINE WORK-TABLE statement
185
- DEFINE WORKFILE statement
186
- DEFINED preprocessor function
187
- DELETE statement
188
- DELETE ALIAS statement
189
- DELETE OBJECT statement
190
- DELETE PROCEDURE statement
191
- DELETE WIDGET statement
192
- DELETE WIDGET-POOL statement
193
- DESTRUCTOR statement
194
- DICTIONARY statement
195
- DISABLE statement
196
- DISABLE TRIGGERS statement
197
- DISCONNECT statement
198
- DISPLAY statement
199
- DO statement
200
- DOS statement
201
- DOWN statement
202
- DYNAMIC-CAST function
203
- DYNAMIC-CURRENT-VALUE function
204
- DYNAMIC-CURRENT-VALUE statement
205
- DYNAMIC-ENUM function
206
- DYNAMIC-FUNCTION function
207
- DYNAMIC-INVOKE function
208
- DYNAMIC-NEW statement
209
- DYNAMIC-NEXT-VALUE function
210
- DYNAMIC-PROPERTY function
211
- DYNAMIC-PROPERTY statement
212
- EDITING phrase
213
- EDITOR phrase
214
- EMPTY TEMP-TABLE statement
215
- ENABLE statement
216
- ENCODE function
217
- ENCRYPT function
218
- END statement
219
- ENTERED function
220
- ENTRY function
221
- ENTRY statement
222
- ENUM statement
223
- Enumeration member access
224
- EQ or = operator
225
- ERROR function
226
- ETIME function
227
- EXP function
228
- EXPORT statement
229
- Expression
230
- EXTENT function
231
- EXTENT statement
232
- FILL function
233
- FINALLY statement
234
- FIND statement
235
- FIRST function
236
- FIRST-OF function
237
- FIX-CODEPAGE statement
238
- FOR statement
239
- FORM statement
240
- Format phrase
241
- Frame phrase
242
- FRAME-COL function
243
- FRAME-DB function
244
- FRAME-DOWN function
245
- FRAME-FIELD function
246
- FRAME-FILE function
247
- FRAME-INDEX function
248
- FRAME-LINE function
249
- FRAME-NAME function
250
- FRAME-ROW function
251
- FRAME-VALUE function
252
- FRAME-VALUE statement
253
- FUNCTION statement
254
- GATEWAYS function
255
- GE or >= operator
256
- GENERATE-PBE-KEY function
257
- GENERATE-PBE-SALT function
258
- GENERATE-RANDOM-KEY function
259
- GENERATE-UUID function
260
- GET statement
261
- GET-BITS function
262
- GET-BYTE function
263
- GET-BYTE-ORDER function
264
- GET-BYTES function
265
- GET-CLASS function
266
- GET-CODEPAGE function
267
- GET-CODEPAGES function
268
- GET-COLLATION function
269
- GET-COLLATIONS function
270
- GET-DB-CLIENT function
271
- GET-DOUBLE function
272
- GET-EFFECTIVE-TENANT-ID function
273
- GET-EFFECTIVE-TENANT-NAME function
274
- GET-FLOAT function
275
- GET-INT64 function
276
- GET-KEY-VALUE statement
277
- GET-LONG function
278
- GET-POINTER-VALUE function
279
- GET-SHORT function
280
- GET-SIZE function
281
- GET-STRING function
282
- GET-UNSIGNED-LONG function
283
- GET-UNSIGNED-SHORT function
284
- GO-PENDING function
285
- GT or > operator
286
- GUID function
287
- HANDLE function
288
- HASH-CODE function
289
- HEX-DECODE function
290
- HEX-ENCODE function
291
- HIDE statement
292
- IF...THEN...ELSE function
293
- IF...THEN...ELSE statement
294
- Image phrase
295
- IMPORT statement
296
- INDEX function
297
- INPUT function
298
- INPUT CLEAR statement
299
- INPUT CLOSE statement
300
- INPUT FROM statement
301
- INPUT THROUGH statement
302
- INPUT-OUTPUT CLOSE statement
303
- INPUT-OUTPUT THROUGH statement
304
- INSERT statement
305
- INT64 function
306
- INTEGER function
307
- INTERFACE statement
308
- INTERVAL function
309
- IS-ATTR-SPACE function
310
- IS-CODEPAGE-FIXED function
311
- IS-COLUMN-CODEPAGE function
312
- IS-DB-MULTI-TENANT function
313
- IS-LEAD-BYTE function
314
- ISO-DATE function
315
- KBLABEL function
316
- KEYCODE function
317
- KEYFUNCTION function
318
- KEYLABEL function
319
- KEYWORD function
320
- KEYWORD-ALL function
321
- LAST function
322
- LASTKEY function
323
- LAST-OF function
324
- LC function
325
- LDBNAME function
326
- LE or < = operator
327
- LEAVE statement
328
- LEFT-TRIM function
329
- LENGTH function
330
- LENGTH statement
331
- LIBRARY function
332
- LINE-COUNTER function
333
- LIST-EVENTS function
334
- LIST-QUERY-ATTRS function
335
- LIST-SET-ATTRS function
336
- LIST-WIDGETS function
337
- LOAD statement
338
- LOAD-PICTURE statement
339
- LOCKED function
340
- LOG function
341
- LOGICAL function
342
- Logical values
343
- LOOKUP function
344
- LT or < operator
345
- MATCHES operator
346
- MAXIMUM function
347
- MD5-DIGEST function
348
- MEMBER function
349
- MESSAGE statement
350
- MESSAGE-DIGEST function
351
- MESSAGE-LINES function
352
- METHOD statement
353
- MINIMUM function
354
- MODULO operator
355
- MONTH function
356
- MTIME function
357
- NE or <> operator
358
- NEW function (classes)
359
- NEW function (record buffers)
360
- NEW statement
361
- NEXT statement
362
- NEXT-PROMPT statement
363
- NEXT-VALUE function
364
- NORMALIZE function
365
- NOT operator (bitwise)
366
- NOT operator (logical)
367
- NOT ENTERED function
368
- NOW function
369
- NO-ERROR option
370
- NUM-ALIASES function
371
- NUM-DBS function
372
- NUM-ENTRIES function
373
- NUM-RESULTS function
374
- ON ENDKEY phrase
375
- ON ERROR phrase
376
- ON QUIT phrase
377
- ON statement
378
- ON STOP phrase
379
- OPEN QUERY statement
380
- OPSYS function
381
- OR operator (bitwise)
382
- OR operator (logical)
383
- OS-APPEND statement
384
- OS-COMMAND statement
385
- OS-COPY statement
386
- OS-CREATE-DIR statement
387
- OS-DELETE statement
388
- OS-DRIVES function
389
- OS-ERROR function
390
- OS-GETENV function
391
- OS-RENAME statement
392
- OUTPUT CLOSE statement
393
- OUTPUT THROUGH statement
394
- OUTPUT TO statement
395
- OVERLAY statement
396
- PAGE statement
397
- PAGE-NUMBER function
398
- PAGE-SIZE function
399
- Parameter definition syntax
400
- Parameter passing syntax
401
- PAUSE statement
402
- PDBNAME function
403
- PRESELECT phrase
404
- PROC-HANDLE function
405
- PROC-STATUS function
406
- PROCEDURE statement
407
- PROCESS-ARCHITECTURE function
408
- PROCESS EVENTS statement
409
- PROGRAM-NAME function
410
- PROGRESS function
411
- PROMPT-FOR statement
412
- PROMSGS function
413
- PROMSGS statement
414
- PROPATH function
415
- PROPATH statement
416
- PROVERSION function
417
- PUBLISH statement
418
- PUT CURSOR statement
419
- PUT SCREEN statement
420
- PUT statement
421
- PUT-BITS statement
422
- PUT-BYTE statement
423
- PUT-BYTES statement
424
- PUT-DOUBLE statement
425
- PUT-FLOAT statement
426
- PUT-INT64 statement
427
- PUT-KEY-VALUE statement
428
- PUT-LONG statement
429
- PUT-SHORT statement
430
- PUT-STRING statement
431
- PUT-UNSIGNED-LONG statement
432
- PUT-UNSIGNED-SHORT statement
433
- QUERY-OFF-END function
434
- QUERY-TUNING phrase
435
- QUIT statement
436
- QUOTER function
437
- R-INDEX function
438
- RADIO-SET phrase
439
- RANDOM function
440
- RAW function
441
- RAW statement
442
- RAW-TRANSFER statement
443
- READKEY statement
444
- RECID function
445
- Record phrase
446
- RECORD-LENGTH function
447
- REJECTED function
448
- RELEASE statement
449
- RELEASE EXTERNAL statement
450
- RELEASE OBJECT statement
451
- REPEAT statement
452
- REPLACE function
453
- REPOSITION statement
454
- RETRY function
455
- RETURN statement
456
- RETURN-VALUE function
457
- RGB-VALUE function
458
- RIGHT-TRIM function
459
- ROUND function
460
- ROUTINE-LEVEL ON ERROR UNDO, THROW statement
461
- ROW-STATE function
462
- ROWID function
463
- RUN statement
464
- RUN STORED-PROCEDURE statement
465
- RUN SUPER statement
466
- SAVE CACHE statement
467
- SCREEN-LINES function
468
- SCROLL statement
469
- SDBNAME function
470
- SEARCH function
471
- SEEK function
472
- SEEK statement
473
- SELECTION-LIST phrase
474
- SET statement
475
- SET-BYTE-ORDER statement
476
- SET-DB-CLIENT function
477
- SET-EFFECTIVE-TENANT function
478
- SET-POINTER-VALUE statement
479
- SET-SIZE statement
480
- SETUSERID function
481
- SHA1-DIGEST function
482
- SHOW-STATS statement
483
- SIZE phrase
484
- SLIDER phrase
485
- SQRT function
486
- SSL-SERVER-NAME function
487
- STATUS statement
488
- STOP statement
489
- STOP-AFTER phrase
490
- STRING function
491
- SUBSCRIBE statement
492
- SUBSTITUTE function
493
- SUBSTRING function
494
- SUBSTRING statement
495
- SUPER function
496
- SUPER statement
497
- SUPER system reference
498
- SYSTEM-DIALOG COLOR statement
499
- SYSTEM-DIALOG FONT statement
500
- SYSTEM-DIALOG GET-DIR statement
501
- SYSTEM-DIALOG GET-FILE statement
502
- SYSTEM-DIALOG PRINTER-SETUP statement
503
- SYSTEM-HELP statement
504
- TENANT-ID function
505
- TENANT-NAME function
506
- TENANT-NAME-TO-ID function
507
- TERMINAL function
508
- TERMINAL statement
509
- THIS-OBJECT statement
510
- THIS-OBJECT system reference
511
- TIME function
512
- TIMEZONE function
513
- TODAY function
514
- TO-ROWID function
515
- TRANSACTION function
516
- TRANSACTION-MODE AUTOMATIC statement
517
- Trigger phrase
518
- TRIGGER PROCEDURE statement
519
- TRIM function
520
- TRUNCATE function
521
- Type-name syntax
522
- TYPE-OF function
523
- UNBOX function
524
- UNDERLINE statement
525
- UNDO statement
526
- UNIX statement
527
- UNLOAD statement
528
- UNSUBSCRIBE statement
529
- UP statement
530
- UPDATE statement
531
- USE statement
532
- USERID function
533
- USING statement
534
- VALID-EVENT function
535
- VALID-HANDLE function
536
- VALID-OBJECT function
537
- VALIDATE statement
538
- VAR statement
539
- VIEW statement
540
- VIEW-AS phrase
541
- WAIT-FOR statement (ABL only)
542
- WAIT-FOR statement (.NET and ABL)
543
- WEEKDAY function
544
- WIDGET-HANDLE function
545
- Widget phrase
546
- Working directory
547
- XOR operator (bitwise)
548
- YEAR function