Add files via upload
This commit is contained in:
parent
64c6352265
commit
35131ba393
90 changed files with 1738 additions and 0 deletions
13
Examples/Include_Files/Convert.bas
Normal file
13
Examples/Include_Files/Convert.bas
Normal file
|
@ -0,0 +1,13 @@
|
|||
REM
|
||||
REM ==================================================
|
||||
REM Please make sure the Include Files Enabled setting
|
||||
REM has been enabled before trying to run this program
|
||||
REM ==================================================
|
||||
REM
|
||||
|
||||
#include "Library.bas"
|
||||
|
||||
SUB MAIN
|
||||
PRINT "100 degC = " + STR$(DegF(100.0)) + " degF"
|
||||
PRINT "212 degF = " + STR$(DegC(212.0)) + " degC"
|
||||
END SUB
|
Loading…
Add table
Add a link
Reference in a new issue