xtmtest-reset-results   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/runtime/scheme.xtm

Implementation

(define xtmtest-reset-results
  (lambda ()
    (set! *xtmtest-results*
          '((correct)
            (incorrect)
            (compile)
            (no-compile)))))


Back to Index

Similar Entries