Another solution using $input
Code:
 
alias dag {
  IF ($input(Shall I continue?,296,Shall I continue?,C) == $yes) {  /echo -a Dag }
  ELSE { echo -a nAtt }
}