skx / yal

Yet another lisp interpreter
GNU General Public License v2.0
16 stars 0 forks source link

Bug: hms #47

Closed skx closed 1 year ago

skx commented 1 year ago

The following output is incorrect:

frodo ~/Repos/github.com/skx/yal $ ./yal -e "(print (hms))"
7:7:7
frodo ~/Repos/github.com/skx/yal $ ./yal -e "(print (hms))"
7:7:9

The numbers should be zero-padded if only single digits.