Update 'Body'

Sasha Koshka 2022-10-12 07:38:04 +00:00
parent 224613f450
commit 63cc75da6c

@ -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: There are 6 different types of sections that ARF supports:
- objt: Object Type Definitions - type: Type definitions
- type: Blind Type Definitions
- enum: Enums - enum: Enums
- face: Interfaces - face: Interfaces and function pointer types
- data: Data - data: Global variables
- func: Functions and Methods - func: Functions and methods
# Semantics # Semantics
Section definitions are hoisted so there is no need for prototyping things. Section definitions are hoisted so there is no need for prototyping things.