vue-poc/simple.xqm

4 lines
66 B
Plaintext
Raw Normal View History

2019-11-07 13:07:42 +00:00
module namespace _='apb.test';
declare function _:A($a){
$a+2
};