6 lines
50 B
Mathematica
6 lines
50 B
Mathematica
let i = 0
|
|
while i < 3: {
|
|
true
|
|
i = i + 1
|
|
}
|