Megatest

Diff
Login

Differences From Artifact [c9b6afabe6]:

To Artifact [e4ba382538]:


21
22
23
24
25
26
27

28

29
30
31
32
33
34
35
;; 		     (temperature "cool medium hot")
;; 		     (season      "summer winter fall spring")))

(declare (unit items))
(declare (uses common))

(declare (uses commonmod))

(import commonmod)


(declare (uses configfmod))
(import configfmod)

(include "common_records.scm")

;; Puts out all combinations







>

>







21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
;; 		     (temperature "cool medium hot")
;; 		     (season      "summer winter fall spring")))

(declare (unit items))
(declare (uses common))

(declare (uses commonmod))
(declare (uses debugprint))
(import commonmod)
(import debugprint)

(declare (uses configfmod))
(import configfmod)

(include "common_records.scm")

;; Puts out all combinations