Metropoli BBS
VIEWER: sam128.txt MODE: TEXT (ASCII)
apl>" <------------------------- sam128.txt ---------------------------->


apl>)copy cap2/handbook/wksp/df dayno


apl>)copy cap2/handbook/wksp/mo moonphase


apl>  dayno 5 17 1977

2443281

apl>  dayno L#z#4 3R 2 28 1900 3 1 1900 2 28 2000 3 1 2000

2 28 1900
3  1 1900
2 28 2000
3  1 2000

2415079 2415080 2451603 2451605

apl>" as can be seen, 1900 was not a leap year, but 2000 will be one.


apl>  1+7|1+dayno 5 17 1977

3

apl>" i.e. tuesday


apl>  moonphase 5 17 1977

 0.99

apl>" i.e. just before new moon


apl>  (dayno 5 17 1977)_dayno 1 1 1901

27895

apl>" the age in days of the twentieth century.


apl>" if the old style calendar was in use after 1752, or the


apl>" new style in use before then, the style must be entered.


apl>" for example, in russia before the revolution (compare above)


apl>  dayno 2 28 1900 0

2415091

apl>)off

[ RETURN TO DIRECTORY ]