Data update
This commit is contained in:
parent
35bcdeebf8
commit
74c69a0df6
2427 changed files with 31826 additions and 3468 deletions
|
|
@ -4,11 +4,6 @@ public program()
|
|||
{
|
||||
string s1 := "alphaBETA";
|
||||
|
||||
// Alternative 1
|
||||
console.writeLine(s1.lowerCase());
|
||||
console.writeLine(s1.upperCase());
|
||||
|
||||
// Alternative 2
|
||||
console.writeLine(s1.toLower(currentLocale));
|
||||
console.writeLine(s1.toUpper(currentLocale));
|
||||
console.readChar()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue