Test this one


alias dag {
var %a = $?!="Shall I continue?"
if (%a) {
echo -a Dag
}
else {
echo -a nAtt
}
}