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

Keyword const for const global variables #141

Open
5pilow opened this issue Jan 14, 2017 · 0 comments
Open

Keyword const for const global variables #141

5pilow opened this issue Jan 14, 2017 · 0 comments
Assignees
Labels
feature New feature
Milestone

Comments

@5pilow
Copy link
Member

5pilow commented Jan 14, 2017

Summary:

const GLOBAL_CONSTANT = 12
global global_mutable_var = 12
let immutable_var = 12
var mutable_var = 12
@5pilow 5pilow added the feature New feature label Jan 14, 2017
@5pilow 5pilow removed the v1.0 label May 12, 2019
@5pilow 5pilow added this to the Version 1.0 milestone May 12, 2019
@5pilow 5pilow self-assigned this Jun 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant