Bay Six Software Forum Index Bay Six Software
Beyond the Basics
 
 FAQFAQ   SearchSearch   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Porting MS-DOS BASIC code to LB More Info
 
The following list summarizes the elements in DOS BASICs that are almost exactly the same in Liberty BASIC and usually do not require changes.

  • a + b
  • a - b
  • a * b
  • a / b
  • a ^ b
  • ABS
  • ACS
  • AND
  • ASC
  • ASN
  • COS
  • DO/LOOP
  • END
  • EXP
  • INP
  • KILL
  • LEFT$
  • LET
  • LOG
  • MID$ (function only)
  • MOD
  • NAME
  • OR
  • OUT
  • PRINT
  • READ
  • REM
  • RIGHT$
  • SIN
  • SPACE$
  • SQR
  • STR$
  • TAN
  • WHILE/WEND
  • XOR

Have a question or comment about this article? Discuss it.

Powered by phpBB © 2001, 2005 phpBB Group