Looking for a common multiple(Mathematics) - IchigoJam

Let's display the numbers from 1 to 100.
With "FOR"/"NEXT" command, while incrementing a variable X by 1, repeat until it reaches 100.
Let's display only the multiples of 3 using the symbol "%" which calculates the remainder.
When it displays also multiples of 5, use "OR" meaning "either".
When it displays what it is a multiple of 3 and 5, use "AND" meaning "both".
This is "common multiple" of 3 and 5.
The first number 15 is "least common multiple".
Let's display "common multiples" of 2 and 3 and 5
There are 3 "common multiples", and 30 is the "least common multiple" between 1 and 100.
Try it!
1. Let's display the multiples of 7
2. Let's display the multiples of 13
3. Let's display both the multiples of 7 and multiples of 13
4. Let's display the multiples of 7 and 13
5. Let's rapidly count how many are common multiples of 3 and 7 from 1 to 1000
CC BY IchigoJam print https://ichigojam.github.io/print/en/ IchigoJam®jig.jp