Update 'Data'
parent
6fd1fe0cfa
commit
d43f320444
10
Data.md
10
Data.md
@ -1,14 +1,14 @@
|
|||||||
# Syntax
|
# Syntax
|
||||||
|
|
||||||
```
|
```
|
||||||
data ro integer:Int 3202
|
data ro integer:Int:<3202>
|
||||||
|
|
||||||
data ro integerArrayInitialized:{Int 16}
|
data ro integerArrayInitialized:{Int 16}:
|
||||||
3948 293 293049 948 912
|
<3948 293 293049 948 912
|
||||||
340 0 2304 0 4785 92
|
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
|
# Semantics
|
||||||
TODO
|
TODO
|
Reference in New Issue
Block a user