7 lines
101 B
Text
7 lines
101 B
Text
forever
|
|
{
|
|
Print(i = Random(20))
|
|
if i is 10
|
|
break
|
|
Print(i = Random(20))
|
|
}
|