Help for this page

Select Code to Download


  1. or download this
    function roll(point : integer) : real;
    begin
    ...
           roll := 0;
       end; { case }
    end; { rolls }
    
  2. or download this
    sub roll{
             my $i = shift;
    ...
             $i = $roll{$i}/36;
             return $i;
        }