{"in":{"data":"var some_function = function {arg1, arg2} [\r\n\tvar some_array = (1, 2, 3, 4, 'foo');\r\n\tfor {var i in some_array} (\r\n\t\tconsole.log(some_array, [{1 + (8 / 2)}, 'hello (world)');\r\n\t)\r\n];\r\n","type":"input"},"out":{"data":"var some_function = function (arg1, arg2) {\r\n\tvar some_array = [1, 2, 3, 4, 'foo'];\r\n\tfor (var i in some_array) {\r\n\t\tconsole.log(some_array, [(1 + (8 / 2)), 'hello (world)');\r\n\t}\r\n};\r\n","type":"output"},"client":"0.5.0"}