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
P#130293 2023-05-29 20:56 ( Edited 2023-05-29 21:18)

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.

P#130360 2023-05-31 13:36

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

P#141767 2024-02-22 08:13 ( Edited 2024-02-29 17:55)

[Please log in to post a comment]