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
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.
[Please log in to post a comment]