Ticket #7 (closed bug: fixed)
help tooct() has muddled with help todec()
| Reported by: | cary | Owned by: | loki |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.9.0 alpha 6 |
| Component: | rhostmush | Version: | 3.9.0 alpha |
| Severity: | bug | Keywords: | |
| Cc: |
Description
Here's the top of the entry:
Function: todec(<number>)
Todec converts the inputted number into octal. The following formats are used to send to it:
0x<number> - used to specify a hexidecimal number. (base 16) 0<number> - used to specify an octal number. (base 8) 0b<number> - used to specify a binary number. (base 2) <number> - used to specify standard decimal. (base 10)
Examples:
> say tooct(11) You say "13"
Change History
Note: See
TracTickets for help on using
tickets.
