shiika icon indicating copy to clipboard operation
shiika copied to clipboard

Lvar name conflict

Open yhara opened this issue 1 year ago • 0 comments

As reported in #474, this code fails to compile.

while true
  let y = 10
  p y
end

let y = "Hello world"
puts y

yhara avatar Jun 01 '23 09:06 yhara