in reply to Re: 02.5 == 25 - WTF?
in thread 02.5 == 25 - WTF?
D:\>perl -MO=Deparse -E"say 02.5" use feature 'current_sub', 'evalbytes', 'fc', 'postderef_qq', 'say', ' +state', 'switch', 'unicode_strings', 'unicode_eval'; say '25'; -e syntax OK
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: 02.5 == 25 - WTF?
by GrandFather (Saint) on Dec 01, 2020 at 00:43 UTC | |
by LanX (Saint) on Dec 01, 2020 at 01:35 UTC |