3 lines
76 B
Text
3 lines
76 B
Text
|
|
Console.WriteLine(Chr(97)) 'Prints a
|
||
|
|
Console.WriteLine(Asc("a")) 'Prints 97
|