function go():void{ console.log("hello world")}function show():string{ return "hello world";}function local(url:string):void{ console.log(url)}