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

Give an optional type to the globals #8

Open
bezirg opened this issue Mar 23, 2016 · 0 comments
Open

Give an optional type to the globals #8

bezirg opened this issue Mar 23, 2016 · 0 comments

Comments

@bezirg
Copy link
Owner

bezirg commented Mar 23, 2016

It could be Double as default

globals [["var1"],["var2"]]

or with types

globals [["var1","String"], ["var2"]]

or it could be mandatory:

globals [("var1", ''String), ("var2", ''Double)]

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