TRANSLATE(1) TRANSLATE(1)
NNAAMMEE
_t_r_a_n_s_l_a_t_e_(_) - translates any given string into nonsense
SSYYNNOOPPSSIISS
string translate(string str, int prof)
DDEESSCCRRIIPPTTIIOONN
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.
EEXXAAMMPPLLEESS
+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"
LLOOCCAATTIIOONN
/secure/SimulEfun/translate.c
AAuutthhoorr
Descartes of Borg
1