Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add code blocks #5

Open
BLM16 opened this issue Feb 27, 2022 · 0 comments
Open

Add code blocks #5

BLM16 opened this issue Feb 27, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@BLM16
Copy link
Member

BLM16 commented Feb 27, 2022

Scope

Add scoped code blocks surrounded with {}

Make variables, function definitions, class definitions, etc locally scoped and inaccessible outside of the scope.

Namespaces

Create namespaces which have their own scope but can be included and locally scoped to access their content, yet keep it separate from other codebases.

@BLM16 BLM16 added the enhancement New feature or request label Feb 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant