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