大文字に変換した文字列を返す.
out = toupper( "string" )
string : 入力文字列 (String)
out : 出力文字列 (String)
% toupper("toUpper") TOUPEER
tolower