6 lines
62 B
Text
6 lines
62 B
Text
value = 0;
|
|
While[
|
|
value++;
|
|
Print[value];
|
|
Mod[value,6]!=0
|
|
]
|