28 lines
507 B
Plaintext
28 lines
507 B
Plaintext
|
|
CARDINAL(1) CARDINAL(1)
|
|
|
|
NAME
|
|
cardinal() - returns the string description of a number
|
|
|
|
SYNOPSIS
|
|
string cardinal(int x)
|
|
|
|
DESCRIPTION
|
|
Given any integer number, this function will return the
|
|
number written out in English.
|
|
|
|
EXAMPLES
|
|
o cardinal(5) returns "five"
|
|
|
|
LOCATION
|
|
/secure/sefun/english.c
|
|
|
|
SEE ALSO
|
|
ordinal()
|
|
|
|
Author
|
|
Descartes of Borg
|
|
|
|
1
|
|
|