Manual:DIL Manual toupper() - Seifert69/DikuMUD3 GitHub Wiki


Function:  string toupper ( s : string );
  s
         String to lower case
  return
         the string passed in lower cased
This function returns a copy of the string passed in with all characters changed
to be capitalized.
Example:  "HELLO!" := toupper ("hello!");


---~---~---~---~---~---~---~---~---
⚠️ **GitHub.com Fallback** ⚠️