Zach Lipton: # I'm working on learning some parrot asm, but if I write # something like this: # # set N0,2 # set N1,2 # add N3, N0, N1 # print N3 # # # I get: # # 4.000000 # # Is there any way to round this, or at least chop the 0's off the end?
In this case at least, you could convert N3 to an I register with the C<ntoi> op and then print the integer. --Brent Dax [EMAIL PROTECTED] Configure pumpking for Perl 6 When I take action, I'm not going to fire a $2 million missile at a $10 empty tent and hit a camel in the butt. --Dubya