blob: cf858f8665a7adf5fc419a4db3aa6cf01f90d391 [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-18.adm";
let $a := [1,2,3,4,5,6,7]
return $a[6]