Given that we have

    say +'12';        # 12
    say +'0b1100';    # 12
    say +'0x0c';      # 12

what should the following produce?

    say +':2<1a>';    #  0?  Failure?  12?

Pm

Reply via email to