create-zone   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/contrib/xtmcv.xtm

Implementation

(define create-zone
  (lambda args
    (if (null? args)
        (create-zone1)
        (create-zone2 (car args)))))
;; push-zone


Back to Index

Similar Entries