blob: 4cfa63b26648c13f24ea7a67ba70c91cbbea91b9 [file] [log] [blame]
/*
* Description : Test return clause of the FLWOR expression
* Expected Result : Success
* Date : 30th July 2012
*/
// Return an item from the ordered list
write output to nc1:"rttest/flwor_ret-19.adm";
let $a := [[1,2,3,4,5,6,7],[7,8,9,10]]
return $a[0]