This repository has been archived by the owner on Jun 27, 2022. It is now read-only.
[Docs-Change] Add reference for importing directives #52
Labels
documentation
Documentation issue, change or idea
good first issue
Good for newcomers
hacktoberfest
Hacktoberfest-related
Milestone
Describe the change
Add the reference section for import directives, which should contain the following items:
#include <directive>
directive#include <name> from <header>
and#include <name> from <header> as <new-name>
(will be not in the language in the next versions, but added later. This should be added as an important note.. note::
)These should contain the standard items such as Syntax, Examples, and Additional Notes if required.
Additional context
A new section needs to be added, called Pre-Processor -> new issue here
The text was updated successfully, but these errors were encountered: