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