/dag {
//echo $?!="Shall I continue?"
if $1 == $true {
/echo -a Dag
}
if $1 == $false {
/echo -a nAtt
}
}

How to get it to work? i don't get the $true/$false thing!?! confused