// Here is a sample of Javascript. // // TODO: This is what we will do. // // FIXME: And this is something urgant function sample() [ var n = 100; return n; }