Game on Basic! + some tests, drawbitmap upd
This commit is contained in:
parent
114eabe5aa
commit
cc8fd24a10
6 changed files with 385 additions and 0 deletions
10
geopos/main.bas
Normal file
10
geopos/main.bas
Normal file
|
@ -0,0 +1,10 @@
|
|||
SUB MAIN
|
||||
|
||||
IF ISLOCATIONAVAILABLE() THEN
|
||||
PRINT "LAT:" + STR$(GETLATITUDE())
|
||||
PRINT "LON:" + STR$(GETLONGITUDE())
|
||||
ELSE
|
||||
PRINT "GPS IS NOT AVAILABLE!"
|
||||
END IF
|
||||
|
||||
END SUB
|
Loading…
Add table
Add a link
Reference in a new issue