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

Support local and global variable definitions with explicit types in the C back end #78

Closed
JukkaL opened this issue Jan 29, 2013 · 0 comments
Assignees
Labels

Comments

@JukkaL
Copy link
Collaborator

JukkaL commented Jan 29, 2013

Currently local and global variable definitions with explicit types do not work (except for globals without initializers).

For example, this should work:

int x = 2
print(x)
@ghost ghost assigned JukkaL Jan 30, 2013
@JukkaL JukkaL closed this as completed in 6c69012 Jan 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant