Log In  


The new shift operator behaviour where a>>n returns a<<-n when n is negative causes an infinite loop and freezes PICO-8 when shifting by -32768:

?1<<-32768
?1>>-32768
?1>>>-32768
1


Thanks! Fixed in 0.2.0g



[Please log in to post a comment]