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