Jump to content

Dice game probabilities: Difference between revisions

m
→‎optimized: changed wording in the REXX section header.
m (→‎optimized: changed wording in the REXX section header.)
Line 1,708:
 
===optimized===
This REXX version is an optimized and reduced version of the first part of the first1<sup>st</sup> REXX example.
<lang rexx>/*REXX pgm computes and displays the probabilities of a two─player S─sided, N─dice game.*/
numeric digits 100 /*increase│decrease for heart's desire.*/
Cookies help us deliver our services. By using our services, you agree to our use of cookies.