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

Introducing @var to fix local variable declaration issue #76

Open
c9s opened this issue Jun 4, 2015 · 0 comments
Open

Introducing @var to fix local variable declaration issue #76

c9s opened this issue Jun 4, 2015 · 0 comments

Comments

@c9s
Copy link
Owner

c9s commented Jun 4, 2015

@var $width = 10;
@var $height = 10;

With type declaration:

@var $width int = 10;
@var $height int = 10;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant