bool isn't used for Boolean even where available
Status: Pre-Alpha
Brought to you by:
paulpaterson
Even though bool may be available the converted code
doesn't use it and uses the Boolean subclass of int
instead.
Code could check to see if bool is supported and
redefine Boolean to be bool.
Could also have a conversion time option to go directly
to bool rather than through the Boolean class.