There was an error while loading. Please reload this page.
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
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