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