UNPKG
postman
Version:
latest (0.2.0)
0.2.0
0.1.0
The Postman will help deliver messages around your application
postman
/
node_modules
/
qunit
/
deps
/
jscoverage
/
tests
/
javascript
/
javascript-while.js
36 lines
(29 loc)
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
while (
x
) {
x
(); } while (
x
) { ; } while (
x
)
x
(); while (
x
) ; while (
x
) { if (
x
) { continue; } }
label
: while (x) { if (
x
) { continue
label
; } } label2: { f(); while (
x
) { if (
x
) { break label2; } } }