{let $numbers := (1,2,3,4,5,6,7,8,9,10) for $i in (1 to 10) return { if $i < 3 return {$i} } }