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

Using tabs within a define statement cause compiler error #9

Closed
dxmachina opened this issue May 18, 2016 · 1 comment
Closed

Using tabs within a define statement cause compiler error #9

dxmachina opened this issue May 18, 2016 · 1 comment
Labels

Comments

@dxmachina
Copy link

dxmachina commented May 18, 2016

Just a minor inconvenience really:

define foo := 10 obviously works

define foo :=      10

...also works as long as the space after the operator is just comprised of spaces and not tabs. Any tab will cause compiler errors.

@SamWindell
Copy link
Contributor

Thanks for the feedback, this should be an an easy fix.

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

3 participants