import ./decimel/decimal
a= newDecimal("890.12")
a+10
echo $a
a+=10
echo $a
a-10
echo $a
a-=10
echo $a
Run
- Re: Nim-Decimal test JPLRouge
- Re: Nim-Decimal test hugogranstrom
- Re: Nim-Decimal test JPLRouge
- Re: Nim-Decimal test JPLRouge
- Re: Nim-Decimal test hugogranstrom
