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

Numbers Print As Puncutation #68

@sunjay

Description

@sunjay

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 (/).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions