Skip to content

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

@hsauro

Description

@hsauro

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions