[ Ja-oder-Nein ] ja: [ Aufgabe ]

(['a'] > ['b']) ja: {
Stdout schreiben: ['a'], halt.
}, sonst: {
Stdout schreiben: ['b'], halt.
}.
a
b