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

println ("abc"*"abc") Causes range check error #3

Open
hsauro opened this issue Oct 4, 2021 · 0 comments
Open

println ("abc"*"abc") Causes range check error #3

hsauro opened this issue Oct 4, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@hsauro
Copy link
Contributor

hsauro commented Oct 4, 2021

The code:

println ("abc"*"abc")

causes a range check error

Probably related the code

function func (a)
b = {a*a}
return b
end

gives the error:

ERROR: Unrecognized type in createList

@hsauro hsauro added the bug Something isn't working label Oct 4, 2021
@hsauro hsauro self-assigned this Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant