This commit is contained in:
danrega
2024-04-19 16:10:25 +02:00
parent 0dc0891180
commit 77039401e2
4 changed files with 9 additions and 6 deletions

View File

@@ -305,7 +305,7 @@ DATA(ref_struc_2) = NEW structured_type( ).
... ref_struc_1->comp1 ...
... ref_struc_1->*-comp1 ... "Using the dereferencing operator
... ref_struc_2->-comp2 ...
... ref_struc_2->comp2 ...
... ref_struc_2->*-comp2 ... "Using the dereferencing operator
```