2 lines
169 B
Text
2 lines
169 B
Text
TextWindow.WriteLine("The ascii code for 'A' is: " + Text.GetCharacterCode("A") + ".")
|
|
TextWindow.WriteLine("The character for '65' is: " + Text.GetCharacter(65) + ".")
|