4 lines
92 B
CoffeeScript
4 lines
92 B
CoffeeScript
loop
|
|
print a = Math.random() * 20 // 1
|
|
break if a == 10
|
|
print Math.random() * 20 // 1
|