6 lines
85 B
Text
6 lines
85 B
Text
' FB 1.05.0 Win64
|
|
|
|
Dim s As String = "alphaBETA"
|
|
Print UCase(s)
|
|
Print LCase(s)
|
|
Sleep
|