View/Edit #7165:fix_french_value

Switch to edit mode.

Name(s): fix_french_value
1:  {v} = args
2:  if (typeof(v) == $LIST)
3:    r = {}
4:    for x in (v)
5:      $command_utils:suspend_if_needed()
6:      r = {@r, this:fix_french_value(x)}
7:    endfor
8:    return r
9:  elseif (typeof(v) == $STR)
10:   if (!index(v, "&&  "))
11:     return strsub(v, " && ", "&&")
12:   endif
13:   return v
14: else
15:   return v
16: endif
17: "Last modified by Dax (#789) on Tue May  3 13:45:06 2005 MDT."

Verb arguments: this none this
Verb perms: Readable eXecutable NOT-Debug
Verb owned by: manta (#7165)

You are not logged in.

[home | help | who | search | setup | code]