7 lines
133 B
Text
7 lines
133 B
Text
' FreeBASIC v1.05.0 win64
|
|
Print "a - > "; Asc("a")
|
|
Print "98 -> "; Chr(98)
|
|
Print
|
|
Print "Press any key to exit the program"
|
|
Sleep
|
|
End
|