Skip to content

Instantly share code, notes, and snippets.

@fordmadox
Created June 13, 2014 16:54
Show Gist options
  • Save fordmadox/2b17de0960696e1d2b0a to your computer and use it in GitHub Desktop.
Save fordmadox/2b17de0960696e1d2b0a to your computer and use it in GitHub Desktop.
(:
combine...
1 to 3
"TEST"
"ING"
=
1, 2, 3 testing
:)
concat(string-join(for $i in (1 to 3) return string($i), ', '), ' ', concat(lower-case('TEST'), lower-case('ING')))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment