Imports System
Public Module Module1
Public Sub Main()
Console.WriteLine(CStr(Nothing) = "")
Console.WriteLine(Nothing = "")
End Sub
End Module