Feigenbaum constant calculation: Difference between revisions

m
→‎{{header|REXX}}: moved comments to reflect the order of statements.
m (→‎{{header|REXX}}: moved comments to reflect the order of statements.)
Line 597:
<lang rexx>/*REXX pgm calculates the (Mitchell) Feigenbaum bifurcation velocity, #digs can be given*/
parse arg digs maxi maxJ . /*obtain optional argument from the CL.*/
if digs=='' | digs=="," then digs= 30 /*Not "specified? Then use the " " " " " default.*/
if maxi=='' | maxi=="," then maxi= 20 /*Not specified?" Then use the default. " " " " " */
if maxJ=='' | maxJ=="," then maxJ= 10 /* " " " " " " */
#= 4.669201609102990671853203820466201617258185577475768632745651343004134330211314737138,