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 'const' & 'init' variable block #193

Open
SebCanet opened this issue Oct 18, 2017 · 0 comments
Open

add 'const' & 'init' variable block #193

SebCanet opened this issue Oct 18, 2017 · 0 comments

Comments

@SebCanet
Copy link

Hello,
after create a new variable, for example 'toto', we need:

  • initialisation: see not only 'int toto' in variable section, but possibility to have 'int toto = 4'
  • constant: initialize a vairable and made it, so code in variable section would be 'const int toto = 4'

I tried but I do not know so well what you created to add automatic typing.

Thanks a lot.

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

1 participant