basex-lsp/test/sample.docs/simple.xq
2025-10-30 12:51:14 +00:00

6 lines
No EOL
147 B
Text

(: simple parse test :)
declare function local:print($src as xs:string, $dest as xs:string)
{
concat($src,"->", $dest)
};
local:print("sss","bbb")