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

Range syntax overlaps with prefix/qualifier syntax #44

Open
MichaelClerx opened this issue Jul 17, 2019 · 2 comments
Open

Range syntax overlaps with prefix/qualifier syntax #44

MichaelClerx opened this issue Jul 17, 2019 · 2 comments
Labels

Comments

@MichaelClerx
Copy link
Contributor

Using a range like this:

n = ...
nvr = ...
t = sim:t[nvr:n:]

I get the error

Name nvr:n is not defined in this environment.
@MichaelClerx
Copy link
Contributor Author

(This is an issue in WL1 by the way)

@jonc125
Copy link
Contributor

jonc125 commented Feb 3, 2020

Yeah. I'm not sure there's an easy way of getting the parser to handle that. The workaround is to put spaces around the colons...

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

2 participants