Eliminate spurious redefinition of derivabbrev in Ctensor, fix documentation of diagm...
[maxima/cygwin.git] / tests / mcond_display_elseif.mac
blob8d1c616410c268f372e302ed4cb44c4d7296991b
1 linel: 65$
3 kill (all)$
5 '(if a > b then c else d);
7 'if a > b then c else d;
9 '(if a > b then c);
11 'if a > b then c;
13 '(if a then if b then if c then d else if e then f else g else if h then i else j else k);
15 'if a then 'if b then 'if c then d else 'if e then f else g else 'if h then i else j else k;
17 '(if a then b);
19 '(if a then b else d);
21 '(if a then b elseif c then false);
23 '(if a then b elseif c then d);
25 '(if a then b elseif c then d else f);
27 '(if a then b elseif c then d elseif e then false);
29 '(if a then b elseif c then d elseif e then f);
31 '(if a then b elseif c then d elseif e then f else h);
33 '(if a then b elseif c then d elseif e then f elseif g then false);
35 '(if a then b elseif c then d elseif e then f elseif g then h);
37 'if a then b;
39 'if a then b else d;
41 'if a then b elseif c then false;
43 'if a then b elseif c then d;
45 'if a then b elseif c then d else f;
47 'if a then b elseif c then d elseif e then false;
49 'if a then b elseif c then d elseif e then f;
51 'if a then b elseif c then d elseif e then f else h;
53 'if a then b elseif c then d elseif e then f elseif g then false;
55 'if a then b elseif c then d elseif e then f elseif g then h;
57 (a: z^3,
58 b: q/p,
59 c: x < 1024,
60 d: 1729.0,
61 e: 'if a > b then c else d,
62 f: 'if c < d then a elseif c < b then e else g,
63 g: abs(r),
64 h: %pi*e,
65 0);
67 'if a then b;
69 'if a then b else d;
71 'if a then b elseif c then false;
73 'if a then b elseif c then d;
75 'if a then b elseif c then d else f;
77 'if a then b elseif c then d elseif e then false;
79 'if a then b elseif c then d elseif e then f;
81 'if a then b elseif c then d elseif e then f else h;
83 'if a then b elseif c then d elseif e then f elseif g then false;
85 'if a then b elseif c then d elseif e then f elseif g then h;