diff --git a/Data.md b/Data.md index 3ba3ea5..fea0eee 100644 --- a/Data.md +++ b/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 \ No newline at end of file