| Type | Bug | Status | submitted | Date | 24-May-2011 11:39 |
|---|---|---|---|---|---|
| Version | alpha 111 | Category | Documentation | Submitted by | JerryTsai |
| Platform | All | Severity | trivial | Priority | low |
| Summary | ODD? or EVEN? can take PAIR! as its argument?? |
|---|---|
| Description | The document says ODD? (or EVEN?) can take PAIR! as its argument, but that's not true. |
| Example code |
>> ? odd?
USAGE:
ODD? number
DESCRIPTION:
Returns TRUE if the number is odd.
ODD? is an action value.
ARGUMENTS:
number (number! char! date! money! time! pair!)
>> odd? 0x2
** Script error: cannot use odd? on pair! value
** Where: odd?
** Near: odd? 0x2
|
| Assigned to | n/a | Fixed in | - | Last Update | 24-May-2011 11:39 |
|---|
| Date | User | Field | Action | Change |
|---|---|---|---|---|
| 24-May-2011 11:39 | JerryTsai | Ticket | Added | - |