Brownian tree: Difference between revisions

m
→‎{{header|REXX}}: elided a statement.
m (→‎{{header|REXX}}: fixed a typo, added/changed whitespace and comments, elided the timing and snapshot statements, changed the mote percentage.)
m (→‎{{header|REXX}}: elided a statement.)
Line 3,704:
hole = ' ' /* " " an empty spot in field.*/
clearScr = 'CLS' /*(DOS) command to clear the screen. */
seedPos = 30 45 /*place a seed in this field position. */
seedPos = 0 /*if =0, then use middle of the field.*/
/* " -1, " " a random placement.*/