After fiddling around with the code, the output looks like: ```javascript // Generated by LispyScript v0.2.5 var x = 10; var y = 10; console.log((x + y)); x = (x + y); var a = function() { }; ```