Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
bdee02e9a8ebb41586bfcccd6d9879983f85fd0f
/
.
/
asterix-app
/
src
/
test
/
resources
/
AQLTS
/
queries
/
functionDecl3.aql
blob: 80629be5517add65f0a0d0ef20a83dfe82d95166 [
file
] [
log
] [
blame
]
Till Westmann
68d9965
2013-05-09 11:15:21 -0700
[
diff
] [
blame
]
1
declare
function
"function with spaces"
(
$a
,
$b
)
{
2
"string with spaces"
3
};
4
5
"function with spaces"
(
1
,
2
)