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:
- 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.