Skip to content

Instantly share code, notes, and snippets.

@xquery
Created March 10, 2013 13:41
Show Gist options
  • Save xquery/5128611 to your computer and use it in GitHub Desktop.
Save xquery/5128611 to your computer and use it in GitHub Desktop.
getting bored of map:get ?
xquery version "1.0-ml";
let $map := map:map()
let $_ := map:put($map,"test","test")
let $data:= map:get($map,?)
return
$data('test')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment