View/Edit #29:capitalize capitalise

Switch to edit mode.

Name(s): capitalize capitalise
1: "Capitalizes its argument."
2: if ((string = args[1]) && (i = index("abcdefghijklmnopqrstuvwxyz", string[1], 1)))
3:   string[1] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[i]
4: endif
5: return string
6: "Last modified by Dax (#789) on Mon Apr 19 09:32:11 1999 MDT."

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

You are not logged in.

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