This commit is contained in:
danrega
2024-07-17 15:47:58 +02:00
parent 578a53afc5
commit 63097a0e04
4 changed files with 153 additions and 8 deletions

View File

@@ -710,7 +710,7 @@ ref1 = NEW #( ). "Type derived from already declared ref1
DATA(ref2) = NEW some_class( ). "Reference variable declared inline, explicit type
"(class) specification
"Old syntax. Do not use.
"Older syntax
"CREATE OBJECT ref3. "Type derived from already declared ref3
"CREATE OBJECT ref4 TYPE some_class. "Corresponds to the result of the expression above
```