
message={ value="enter name here" }

dialog={ name=name 
    test={ 
      condition="xtpanel -var text ""Do you really mean $val"" -file yes-no"
      true={ action="PRINT he really meant $(val)\n" }
      false={ action="PRINT he didn't really mean $(val)\n" }
    }
}

button={ label=QUIT action=QUIT }
