Update 'Data'

Sasha Koshka 2022-09-19 04:41:33 +00:00
parent 6fd1fe0cfa
commit d43f320444

10
Data.md

@ -1,14 +1,14 @@
# Syntax
```
data ro integer:Int 3202
data ro integer:Int:<3202>
data ro integerArrayInitialized:{Int 16}
3948 293 293049 948 912
340 0 2304 0 4785 92
data ro integerArrayInitialized:{Int 16}:
<3948 293 293049 948 912
340 0 2304 0 4785 92>
```
Data sections are syntactically similar to [blind type sections](Blind-Type-Definitions).
Data sections are syntactically similar to [type sections](Type-Definitions). Instead of defining the specified type, they instantiate it.
# Semantics
TODO