(deftemplate status (slot stage (allowed-values on-break restarting in-production waiting-effects) (default in-production)) (slot current-time (type SYMBOL INTEGER) (allowed-symbols nil)) ) (deftemplate simulation (slot feed-back-steam-time (allowed-values TRUE FALSE) (default FALSE)) (slot generate-random-process-variable (allowed-values TRUE FALSE) (default FALSE)) (multislot st-to-pv ; proportion and offset (type NUMBER) (default 1 0) (cardinality 2 2)) (multislot pv-random-fluctuation (type NUMBER)...
Parsing error