10 fo.

20 PRINT "Globe Log v .1b"

30 fo.

40 PRINT

50 PRINT "Input previous"

60 PRINT "longitude (in drgs. w.)"

61 PAUSE

62 INPUT X

70 PRINT "Input previous"

80 PRINT "latitude (in drgs. n.)"

82 PAUSE

83 INPUT Y

100 PRINT "Input current"

110 PRINT "Longitude (in drgs. w.)"

112 PAUSE

115 INPUT N

120 PRINT "Input current"

130 PRINT "Latitude (in drgs. n.)"

132 PAUSE

133 INPUT A

150 PRINT "You have travelled"

160 PRINT X-N 

170 PRINT "degrees West and"

180 PRINT Y-A 

190 PRINT "degrees South"

200 PRINT

210 PRINT "Thank you for using"

220 PRINT "Globe Log v .1b"

230 PRINT

240 PRINT "c. 1998 DaveSoft"

250 END