Skip to content

Instantly share code, notes, and snippets.

@aluedeke
Created February 10, 2014 15:24
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 aluedeke/8917806 to your computer and use it in GitHub Desktop.
Save aluedeke/8917806 to your computer and use it in GitHub Desktop.
import Imports
import(0)
import(Util())
aReusableTestFuntion();
function Util(){
return 1;
}
function aReusableTestFuntion(){
print 'Test'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment