Skip to content

Instantly share code, notes, and snippets.

@ulsa
Created March 25, 2012 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ulsa/2199896 to your computer and use it in GitHub Desktop.
Save ulsa/2199896 to your computer and use it in GitHub Desktop.
<define-function return-type="int" name="add">
<arguments>
<argument type="int">arg1</argument>
<argument type="int">arg2</argument>
</arguments>
<body>
<return>
<add value1="arg1" value2="arg2" />
</return>
</body>
</define-function>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment