32 lines
850 B
Plaintext
32 lines
850 B
Plaintext
|
|
TRANSLATE(1) TRANSLATE(1)
|
|
|
|
NAME
|
|
translate() - translates any given string into nonsense
|
|
|
|
SYNOPSIS
|
|
string translate(string str, int prof)
|
|
|
|
DESCRIPTION
|
|
Depending on the users linguistic proficiency, specified
|
|
by the second argument, this function takes the string in
|
|
the first argument and turns it into an appropriate degree
|
|
of nonsense. It is used to handle linguistic
|
|
communication.
|
|
|
|
EXAMPLES
|
|
o translate("this is a string in another language", 2)
|
|
returns "blurb is bargle bing yellow gurble zing"
|
|
|
|
o translate("this is another string", 10) returns "this
|
|
is another string"
|
|
|
|
LOCATION
|
|
/secure/sefun/translate.c
|
|
|
|
Author
|
|
Descartes of Borg
|
|
|
|
1
|
|
|