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

🐞 Fractions without leading zero do not parse correctly #159

Closed
Ph0enixKM opened this issue Jun 7, 2024 · 0 comments · Fixed by #160
Closed

🐞 Fractions without leading zero do not parse correctly #159

Ph0enixKM opened this issue Jun 7, 2024 · 0 comments · Fixed by #160
Assignees

Comments

@Ph0enixKM
Copy link
Member

let a = .1
let b = .2
echo a + b

Outputs 0 but should output .3

@Ph0enixKM Ph0enixKM self-assigned this Jun 7, 2024
@Ph0enixKM Ph0enixKM changed the title Fractions without leading zero do not parse correctly 🐞 Fractions without leading zero do not parse correctly Jun 7, 2024
@Ph0enixKM Ph0enixKM linked a pull request Jun 7, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant