Horizontal sundial calculations: Difference between revisions

Content deleted Content added
CalmoSoft (talk | contribs)
No edit summary
m →‎{{header|REXX}}: fixed a typo.
Line 2,041: Line 2,041:
/* ┌───────────◄ None specified? Then use the default*/
/* ┌───────────◄ None specified? Then use the default*/
/* │ of Jules Verne's Lincoln Island, */
/* │ of Jules Verne's Lincoln Island, */
/* ↓ aka Ernest Legouve Reed. */
/* ↓ aka Ernest Legouve Reef. */
if lat=='' | lat=="," then lat= -4.95 /*Not specified? Then use the default.*/
if lat=='' | lat=="," then lat= -4.95 /*Not specified? Then use the default.*/
if lng=='' | lng=="," then lng= -150.5 /* " " " " " " */
if lng=='' | lng=="," then lng= -150.5 /* " " " " " " */