Module Program | |
Sub Main() | |
Dim s As String = Nothing | |
If s = "" Then | |
Console.WriteLine("Empty") | |
End If | |
End Sub | |
End Module |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Module Program | |
Sub Main() | |
Dim s As String = Nothing | |
If s = "" Then | |
Console.WriteLine("Empty") | |
End If | |
End Sub | |
End Module |