8 lines
538 B
VB.net
8 lines
538 B
VB.net
For Each j In Range({-three, CInt(3 ^ 3), 3 },
|
|
{-seven, +seven, x },
|
|
{555, 550 - y },
|
|
{22, -28, -three },
|
|
{1927, 1939 },
|
|
{x, y, z },
|
|
{CInt(11 ^ x), CInt(11 ^ x) + one })
|
|
Next
|