This commit is contained in:
danrega
2023-11-03 13:05:42 +01:00
parent fd605ac411
commit 4a0fe907de
7 changed files with 37 additions and 9 deletions

View File

@@ -143,6 +143,8 @@ DATA char(4) TYPE c.
"Just a TYPE c specification without length means LENGTH 1.
DATA char_len_one TYPE c.
"No type and length specification: TYPE c LENGTH 1 by default
DATA char_no_type_len.
```
<p align="right"><a href="#top">⬆️ back to top</a></p>