Module Program | |
Sub Main() | |
Dim i As Integer = 0 | |
If i = Nothing Then | |
Console.WriteLine("True") | |
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 i As Integer = 0 | |
If i = Nothing Then | |
Console.WriteLine("True") | |
End If | |
End Sub | |
End Module |