Adriandmen / 05AB1E

A concise stack-based golfing language
MIT License
760 stars 48 forks source link

`o` doesn't work for float `0.0` #192

Open kcruijss opened 2 years ago

kcruijss commented 2 years ago

If we use o with an integer 0 we get the expected answer 1 - e.g. 0o: try it online. But if we have a float 0.0 it times out instead - e.g. 0;o: try it online. (When the float is a string it does work - e.g. 0;§o: try it online, or as input: try it online.

Found in this codegolf answer of mine.

monkeygroover commented 1 year ago

This looks like another that is fixed in the latest code and only an issue with the TIO version