Imports System Module RelationalOperators1 Sub Main() Dim a As Long = 0 Dim b As String = "Hello" If a < b Then Console.WriteLine("#A1-RelationalOperator: Not Expected") End If End Sub End Module