Opened 16 years ago
Closed 16 years ago
#101 closed enhancement (wontfix)
create BooleanValueIF
| Reported by: | Stephen Siegel | Owned by: | Stephen Siegel |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | value | Version: | 1.0 |
| Keywords: | boolean value | Cc: |
Description
It would be useful in many places to restrict a value argument to one that is boolean.
Note:
See TracTickets
for help on using tickets.

Turns out to be a bad idea because there are many kinds of values which could be boolean or could be something else: for example, array read, tuple read. Better to keep this dynamic, like add a method isBoolean().