feat(ch 6 & 7): added

This commit is contained in:
Rafa Muñoz
2025-04-07 12:01:02 +02:00
parent 2a060caea7
commit 38284b033d
169 changed files with 2651 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
<datos> {
for $alfa in (1, 3)
return <dato><alfa>{$alfa}</alfa></dato>
}
</datos>