7 lines
65 B
Text
7 lines
65 B
Text
|
|
if(condition){
|
||
|
|
result = 'met'
|
||
|
|
}
|
||
|
|
else{
|
||
|
|
result = 'not met'
|
||
|
|
}
|