Thanks this issue has been fixed for the next version.
Thanks! There's no error now, but there's a logical issue - this only echoes "1":
alias test {
var %i = 0
while ((%i < 10) && $&
(0 == 0)) {
inc %i
echo -ag %i
}
}
(It only took me 6 years to check the fix...

)