5 lines
72 B
VB.net
5 lines
72 B
VB.net
if (condition) then
|
|
result = "met"
|
|
else
|
|
Result = "not met"
|
|
end if
|