05AB1E icon indicating copy to clipboard operation
05AB1E copied to clipboard

`o` doesn't work with integers as decimal values (1.0, 2.0, 3.0, etc.)

Open kcruijss opened this issue 1 year ago • 1 comments

Funny enough, o does work with decimal values: try it online. It does however not work with integers with trailing .0: try it online. Casting it to a string first works fine: try it online.

Found in this answer of mine.

kcruijss avatar Sep 16 '22 08:09 kcruijss