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