NAME
Calculator - My first Perl6 sample distriubtion.
SYNOPSIS
use Calculator;
my $c = Calculator->new( :x<10>, :y<5> );
say $c->add;
say $c->substract;
say $c->multiply;
say $c->divide;
DESCRIPTION
Calculator is a very basic learning distribution. I found it easy to experiment with Perl6.
AUTHOR
Mohammad S Anwar mohammad.anwar@yahoo.com
COPYRIGHT AND LICENSE
Copyright 2019 Mohammad S Anwar
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.