jimchen5209 says to YR-TG絕緣人好鄰居
Language: vb Source: Dim a As String a = "test" If a = "test" Then print "owo" Else print "?" End if Errors: (1:0) Statement is not valid in a namespace. (2:0) Declaration expected. (3:0) Statement cannot appear outside of a method body/multiline lambda. (4:0) Declaration expected. (5:0) Statement cannot appear outside of a method body/multiline lambda. (6:0) Declaration expected. (7:0) 'End If' must be preceded by a matching 'If'.