Update content

This commit is contained in:
danrega
2023-07-14 17:15:44 +02:00
parent be586e50e7
commit a6551e7f87

View File

@@ -1187,7 +1187,6 @@ TYPES: BEGIN OF ENUM t_enum_struc STRUCTURE en_struc BASE TYPE basetype,
END OF ENUM t_enum_struc STRUCTURE en_struc.
```
Enumerated variables can be declared by referring to the enumerated type.
They can only be assigned the enumerated values defined there that exist as the content of enumerated constants or components of an enumerated structure.