hey, with let myvar = 0 proc myproc(x: myxs): echo myvar myvar=myvar+1 shows the echo to work as expected but throws an error on myvar+1 Error 'myvar' cannot be assigned to there is just a blank after to