Variable: zone-pgm-random-life-wait

zone-pgm-random-life-wait is a variable defined in zone.el.gz.

Value

nil

Documentation

Seconds to wait between successive life generations.

If nil, zone-pgm-random-life chooses a value from 0-3 (inclusive).

Source Code

;; Defined in /usr/src/emacs/lisp/play/zone.el.gz
;;;; the lyfe so short the craft so long to lerne --chaucer

(defvar zone-pgm-random-life-wait nil
  "Seconds to wait between successive `life' generations.
If nil, `zone-pgm-random-life' chooses a value from 0-3 (inclusive).")