I can't reuse previously declared variables on expressions assignments rvalues
Closed this issue · 0 comments
german1608 commented
The following declaration block:
var x of type small humanity <<= 1,
var y of type small humanity <<= x
fails saying that the x
variable in right side of y
assignment was not declared, but it is obviously available