Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kcruijss opened this issue Sep 16, 2022 · 1 comment
Open

Comments

@kcruijss
Copy link

kcruijss commented Sep 16, 2022

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.

@monkeygroover
Copy link
Contributor

This works ok? with the code from master:

code used:

3;o,
6;o,
6;§o,

output:

 osabie code.abe             
2.8284271247461903
8.0
8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants