extern global { function md4(text : string) : string; } function onCreated() : void { var result : string = md4("hello world"); }