jimchen5209 says to YR-TG絕緣人好鄰居Language: vb Source: a = "test" if a = "test" then print "owo" else print "?" End if Errors: (0:0) Declaration expected. (2:0) Statement cannot appear outside of a method body/multiline lambda. (3:0) Declaration expected. (4:0) Statement cannot appear outside of a method body/multiline lambda. (5:0) Declaration expected. (6:0) 'End If' must be preceded by a matching 'If'.at Sat, Dec 2, 2017 1:18 PM