// http://forum.espruino.com/conversations/314217/ function foo() { /*//a comment var myvar=0; //another comment */ result=1; } foo();