Hi All,

I have been writing a technical specification for a
customer.  I had to do a bunch of conversions from
hex to decimal and minutes to seconds.  I have a
calculator for this, but I had REPL open so
I tried it and it easier to use!

70 minutes x 60 seconds in hex:

> say (60 * 70).base(16)
1068

REPL, now a 1002 uses!  Chuckle!

:-)

-T

Reply via email to