avsa242 / p2-spin-standard-library

A curated collection of essential Spin2 objects
MIT License
3 stars 3 forks source link

digits parameter ignored in most terminal I/O methods #17

Closed avsa242 closed 1 year ago

avsa242 commented 1 year ago

This was never implemented for any of the binary or decimal number output methods. Only the small implementation of the hexadecimal number output actually supports this. The number output from these methods is still correct, but there is no padding as indicated by the comment in each method.