12 public static D
operator & (D x
, D y
)
17 public static bool operator false (D d
)
22 public static bool operator true (D d
)
27 public static implicit operator D(bool b
)
34 D d
= false && new D (1);
35 Console
.WriteLine (d
.arg
);
39 Console
.WriteLine ("ok");