Log In  


Hi @zep, I found today that >><= and <<>= don't work in 0.2.5g (a regression, as they worked in the past for sure - didn't check which version broke them)

E.g:

a=3
a<<>=5
print(a) -- 3 now
5


Went and downloaded old versions to check - for the standalone non-installer Windows versions, the operator works in 0.2.5c and doesn't in 0.2.5d.


fyi, it looks like this still occurs in the current "beta" of 0.2.6, despite being mentioned in the changelog

EDIT: properly fixed in 0.2.6b



[Please log in to post a comment]