Ticket #23 (closed bug: wontfix)
True conditions
| Reported by: | loki | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.9.1 alpha 2 |
| Component: | rhostmush | Version: | 3.9.1 alpha |
| Severity: | bug | Keywords: | boolean |
| Cc: |
Description
> think ifelse(abc,true,false) false > think t(abc) 1 > think or(abc,0) 0 > think and(abc,1) 0
I think t() is the only one that follows expected behaviour.
Change History
Note: See
TracTickets for help on using
tickets.
