NAME

PlanetIsRetro

Find out if a planet is retrograde in the horoscope.

USAGE

PlanetIsRetro nPlanet

PARAMETERS

nplanet: number of the planet.

OPTIONS

None

RETURN

Return 1 if the planet is retrograde, 0 else.

EXAMPLE

foreach {i} {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14} {
PutTxt [PlanetIsRetro $i]
}

Output

0
0
0
0
0
0
1
0
0
1
1
0
0
0
0