This commit is contained in:
danrega
2025-01-13 12:49:30 +01:00
parent 6926ca4f3b
commit 401542476a
8 changed files with 863 additions and 107 deletions

View File

@@ -430,6 +430,9 @@ ASSIGN s-xl1 TO <simple>.
ASSIGN s-oref TO <object>.
```
> **💡 Note**<br>
> After `TYPE REF TO`, the only generic types you can specify are `data` for fully generic data reference variables and `object` for fully generic object reference variables.
<p align="right"><a href="#top">⬆️ back to top</a></p>
### Data References