#! perl -w # Copyright: 2001-2003 The Perl Foundation. All Rights Reserved. # $Id: arithmetics.t 7810 2005-04-12 10:09:05Z leo $ =head1 NAME t/op/n_arithmetics.t - n_* Arithmetic Ops =head1 SYNOPSIS % perl -Ilib t/op/n_arithmetics.t =head1 DESCRIPTION Tests basic arithmetic ops that construct a new return value on various combinations of Parrot integer and number types. =cut use Parrot::Test tests => 17; use Test::More; ### ### Operations on a single INTVAL ### pir_output_is(<<'CODE', <