UNPKG

186 BJavaScriptView Raw
1if (bool) {
2 if (a)
3 a = b;
4 fs.readFile('e.js', cont(err, text));
5} else {
6 setTimeOut(cont(), 1000);
7 if (c == 1) {
8 fs.readFile('e.js', cont(err, text));
9 }
10}
11var a = err;