[ Boolean ] no: [ Task ]

(['a'] > ['b']) no: {
Out write: ['a'], stop.
}, else: {
Out write: ['b'], stop.
}.
a
b