From 63cc75da6cd2371cce237e46a6cd1064002d78d4 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Wed, 12 Oct 2022 07:38:04 +0000 Subject: [PATCH] Update 'Body' --- Body.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Body.md b/Body.md index 82f92f2..08e67bd 100644 --- a/Body.md +++ b/Body.md @@ -10,12 +10,11 @@ fit on one line, it will have an indented block underneath it with its content. There are 6 different types of sections that ARF supports: -- objt: Object Type Definitions -- type: Blind Type Definitions +- type: Type definitions - enum: Enums -- face: Interfaces -- data: Data -- func: Functions and Methods +- face: Interfaces and function pointer types +- data: Global variables +- func: Functions and methods # Semantics Section definitions are hoisted so there is no need for prototyping things.