shiika icon indicating copy to clipboard operation
shiika copied to clipboard

Disallow constant reassign

Open yhara opened this issue 4 years ago • 0 comments

eg.

A = 1
A = 2  # should be error

Not that this is legal:

if foo
  A = 1
else
  A = 2
end

yhara avatar Apr 23 '20 04:04 yhara