Class bool defines
represents PCE's two boolean constants: @on
and @off.
These objects are protected (see object->protect).
No other boolean constants can be created.
->protect’ed.
0 @off any other integer @on ’@on’ @on ’@off’ @off true, yes, constant <-name@on false, no, constant <-name@off
->inverted:
?- new(@toggle_inverted,
click_gesture(left, '', single,
message(@receiver, inverted,
@receiver?inverted?negate))).