blob: 5974ed441aebe77506b8f08ae5b5f933265659e2 [file] [log] [blame]
/*
* Description : Test return clause of the FLWOR expression
* : Tes if expression then expression else expression in the return clause
* Expected Result : Success
* Date : 26th July 2012
*/
write output to nc1:"rttest/flwor_ret-04.adm";
let $a := 12345
return (if($a > 999) then "GREATER" else "LESSER")