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

#define or similar #18

Open
lizelive opened this issue Jan 4, 2022 · 1 comment
Open

#define or similar #18

lizelive opened this issue Jan 4, 2022 · 1 comment

Comments

@lizelive
Copy link

lizelive commented Jan 4, 2022

for constants

@yt76
Copy link
Contributor

yt76 commented Jan 9, 2022

thank you for the suggestion.

I introduced const keyword as a first step. It can be used like
const kMaxNum int = 1000

It is same as shared for now. I am going to make it actually const.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants