Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Numbers Print As Puncutation #68

Open
sunjay opened this issue Apr 15, 2017 · 0 comments
Open

Numbers Print As Puncutation #68

sunjay opened this issue Apr 15, 2017 · 0 comments

Comments

@sunjay
Copy link
Owner

sunjay commented Apr 15, 2017

The current algorithm for displaying numbers is quite naive and largely broken. It only really works for numbers between 0 and 9. After that, it prints out many punctuation characters and then some letters for any numbers greater than 9.

This should be fixed to allow for any number of digits.

Fixing this will likely require an implementation of the modulo (%) operator and integer division (/).

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

No branches or pull requests

1 participant