zy856n
9 years agoVisitor
Readability - multi line IF
Is it possible to have if statement separated by new line.
currently I am having compile time errors. Please shed light.
-- Regards
if x = "A" or
x = "B" or
x = "C" or
y = "A" and
...
currently I am having compile time errors. Please shed light.
-- Regards