You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The document says ODD? (or EVEN?) can take PAIR! as its argument, but that's not true.
>> ? 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
Submitted by: JerryTsai
The document says ODD? (or EVEN?) can take PAIR! as its argument, but that's not true.
Imported from: CureCode [ Version: alpha 111 Type: Bug Platform: All Category: Documentation Reproduce: Always Fixed-in:none ]
Imported from: metaeducation#1884
Comments:
The text was updated successfully, but these errors were encountered: