blob: 185d7b6392e7f4514661621b9a54c06a0cdae3d3 [file] [log] [blame]
/*
* Description : Test return clause of the FLWOR expression
* Expected Result : Success
* Date : 30th July 2012
*/
// Return arithmetic-expr1 and arithmetic-expr2
write output to nc1:"rttest/flwor_ret-16.adm";
let $a := 100 + 100
let $b := 13.4 * 14.97
let $c := 9999 + 98677
let $d := 34.67 / 5.324
return (($a*$d) and ($b / $c))