// simple comment var stack; var heap = 0; const dwidth = 396; const dheight = 224; // simple function fn hello(coucou) { var x = coucou * 10; return x; }