# New Ticket Created by  Matt Diephouse 
# Please include the string:  [perl #38068]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38068 >


Partcl needs support for octal numbers. There are two important cases 
that should be made to work:

mdiep~$ tclsh
% puts [expr 000012345]
5349
% set i 25; incr i 000012345
5374

mdiep~$ partcl
% puts [expr 000012345]
12345
% set i 25; incr i 000012345
12370

--
matt diephouse
http://matt.diephouse.com

Reply via email to