From d43f3204441fa7f15520810c2c0fd7d7c045f68a Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Mon, 19 Sep 2022 04:41:33 +0000 Subject: [PATCH] Update 'Data' --- Data.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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