#186: Something wrong with numbers
--------------------+-------------------------------------------------------
 Reporter:  kjs     |       Owner:  kjs    
     Type:  bug     |      Status:  new    
 Priority:  normal  |   Milestone:         
Component:  pirc    |     Version:         
 Severity:  medium  |    Keywords:  numbers
     Lang:          |       Patch:         
 Platform:          |  
--------------------+-------------------------------------------------------
 The following PIRC-generated code runs, but not complete. Expected output
 is:


 {{{
 1.1
 ok
 }}}

 but its actual output is:

 {{{
 1.1
 }}}



 {{{
 .sub main
 $N0 = 1.1
 say $N0
 say "ok"
 .end
 }}}

 Something's wrong here.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/186>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to