Disable all code related to libXp
[oweals/cde.git] / cde / programs / dtinfo / DtMmdb / StyleSheet / evaluate.test.out
1 {
2   string: "this is a string"
3   symbol: Symbol
4   int: 17
5   real: 42.2
6   int + int: (10 + 10)
7   int - int: (3 - 127)
8   int / int: (10 / 2)
9   real / real: (5 / 2)
10   real * real: (5.1 * 8.7)
11   int + real: (5 + 8.7)
12   real + int: (8.7 + 5)
13   exp: DEFAULT_FONT_FAMILY
14   Xsize: size
15   dim: <10 inch>
16   int + dim: (5 + <25 inch>)
17   dim + int: (<25 inch> + 5)
18   dim + dim: (<25 point> + <5 inch>)
19   real * dim: (2.2 * <11 point>)
20   dim * real: (<11 point> * 2.1)
21   dim / real: (<11 point> / 2)
22   real / dim: (11 / <2 point>)
23   dim * int: (<11 point> * 2)
24   int * dim: (2 * <11 point>)
25   dim / int: (<11 point> / 2)
26   int / dim: (22 / <11 point>)
27   int - dim: (2 - <11 point>)
28   dim - int: (<11 point> - 2)
29 }
30
31 {
32   string: "this is a string"
33   symbol: Symbol
34   int: 17
35   real: 42.2
36   int + int: 20
37   int - int: -124
38   int / int: 5
39   real / real: 2.5
40   real * real: 44.37
41   int + real: 13.7
42   real + int: 13.7
43   exp: "helvetica"
44   Xsize: 10
45   dim: <10 inch>
46   int + dim: <30 inch>
47   dim + int: <30 inch>
48   dim + dim: <5.34722 inch>
49   real * dim: <24.2 point>
50   dim * real: <23.1 point>
51   dim / real: <5.5 point>
52   real / dim: <5.5 point>
53   dim * int: <22 point>
54   int * dim: <22 point>
55   dim / int: <5.5 point>
56   int / dim: <2 point>
57   int - dim: <-9 point>
58   dim - int: <9 point>
59 }
60
61 DEFAULT_FONT_FAMILY     "helvetica"
62
63
64 (10 + 10)
65 <<72 point> inch>
66 1