blob: f384f810c4370f359a8ceb97a6b99fe9414dc353 [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-17.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))