blob: b0e48f64047d9f46ee6a820919e3dfd027eee78b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
(/VERSIONCHECK 2)
(DEFPARAMETER |DifferentialRing;AL| 'NIL)
(DEFUN |DifferentialRing;| ()
(LET ((#0=#:G1397 (|Join| (|Ring|) (|DifferentialSpace|))))
(|setShellEntry| #0# 0 '(|DifferentialRing|))
#0#))
(DEFUN |DifferentialRing| ()
(COND
(|DifferentialRing;AL|)
(T (SETQ |DifferentialRing;AL| (|DifferentialRing;|)))))
(MAKEPROP '|DifferentialRing| 'NILADIC T)
|