{"ScriptPreparationCode":"const bool = true;\r\nlet i = 0;\r\nlet j = 0;","TestCases":[{"Name":"if true then","Code":"(() =\u003E {\r\n if (bool) {\r\n i\u002B\u002B;\r\n j = i \u002B 1;\r\n }\r\n})();","IsDeferred":false},{"Name":"if not return","Code":"(() =\u003E {\r\n if (!bool) return;\r\n i\u002B\u002B;\r\n j = i \u002B 1;\r\n})();","IsDeferred":false}]}