Add reference to COM.
This commit is contained in:
parent
f9691ffbc7
commit
e2e9ade45e
|
@ -137,7 +137,8 @@ Rationale
|
||||||
easier if the language offered a standard Boolean type. This also
|
easier if the language offered a standard Boolean type. This also
|
||||||
applies to Jython: some Java classes have separately overloaded
|
applies to Jython: some Java classes have separately overloaded
|
||||||
methods or constructors for int and boolean arguments. The bool
|
methods or constructors for int and boolean arguments. The bool
|
||||||
type can be used to select the boolean variant.
|
type can be used to select the boolean variant. (The same is
|
||||||
|
apparently the case for some COM interfaces.)
|
||||||
|
|
||||||
The standard bool type can also serve as a way to force a value to
|
The standard bool type can also serve as a way to force a value to
|
||||||
be interpreted as a Boolean, which can be used to normalize
|
be interpreted as a Boolean, which can be used to normalize
|
||||||
|
|
Loading…
Reference in New Issue