Skip to content

Instantly share code, notes, and snippets.

@Whiteknight
Created August 11, 2011 14:09
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 Whiteknight/1139736 to your computer and use it in GitHub Desktop.
Save Whiteknight/1139736 to your computer and use it in GitHub Desktop.
var(MemberExpr) Test
namespace Foo {
namespace Bar {
function baz() { say("Foo.Bar.baz!"); }
}
}
function main[main]() {
var(Foo.Bar.baz) ();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment