Help for this page
sub add($); sub ladd($); ... print "$num + $add = $sum\n"; }; }
0 + 1 = 1 1 + 1 = 2 0 + = 0 1 + = 1