Front page | perl.perl6.users |
Postings from January 2020
OT: REPL, now 1002 uses!
From:
ToddAndMargo via perl6-users
Date:
January 9, 2020 00:07
Subject:
OT: REPL, now 1002 uses!
Message ID:
0fb7b557-2c90-bc73-f92b-6e083e753c1f@zoho.com
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
-
OT: REPL, now 1002 uses!
by ToddAndMargo via perl6-users