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