-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
Mario Fernández edited this page Jul 16, 2024
·
1 revision
The uppercase command converts all characters of a given string to uppercase. It prints a new string with all characters converted to uppercase.
This command uses one argument, which is the string to be converted.
This command prints into the screen the converted string
mars uppercase helloThe lowercase command converts all characters of a given string to lowercase. It prints a new string with all characters converted to lowercase.
This command uses one argument, which is the string to be converted.
This command prints into the screen the converted string.
mars lowercase HELLO