8 lines
70 B
Text
8 lines
70 B
Text
Public Sub Main()
|
|
Dim bX As Boolean
|
|
|
|
Print bX
|
|
bX = True
|
|
Print bX
|
|
|
|
End
|