Basica

What is Basica?


1.

Micro$oftBASICA (short for "Advanced BASIC") is a simple disk-based BASIC interpreter written by Micro$oftfor PC-DOS. BASICA allows use of the ROM-resident BASIC included with early models of IBM's PC while DOS is loaded (the ROM BASIC itself runs when nothing is loaded when booting) and adds functionality such as file access and storage of programs on disk. It does not run on non-IBM PCs and even on later IBM models, since those lack the requisite ROM BASIC.

Later versions : Qbasicand Visual Basic

which both inherited its syntax...

50 'Basica

80 ' INITIALIZATION

90 '

100 DEFINT A-Z : GETC$=" " : GETW$=" " ' for speed!

110 DIM USQ.TABLE%(1,257), BUF$(128), OUTF$(127)

120 FILE$="" : SF%=0 : FO%=-1 : CSL%=0 : CSH%=0 : OD$=""

340

350 ' COMMON CODE

360 '

370 ' Common code, accessed with blank command line or begining of

380 ' non-CP/M versions.. (Interactive version)

390 '

400 SF%=-1

410 PRINT : PRINT "PCUSQNEW.BAS -- A SLOW But Sure BASIC Unsqueezer"

420 PRINT

430 PRINT "(Enter name of file to 'unsqueeze'. Use upper case ONLY.)"

440 INPUT "Name of squeezed file";FILE$ : ID$=""

450 PRINT : PRINT "(Enter 'O' for console output only)"

460 INPUT "Console output? (Y/N/O)";CO$

470 IF CO$="O" OR CO$="o" THEN FO%=0 : GOTO 520

480 IF CO$="N" OR CO$="n" THEN SF%=0

490 PRINT : PRINT "(Enter return only for current disk)"

500 INPUT "Output drive";OD$

510 IF LEN(OD$)=1 THEN OD$=OD$+":"

520 PRINT : PRINT "Unsqueezing ";ID$;FILE$;" --> ";

530 OPEN "R", 1, ID$+FILE$, 128

See basic, qbasic, visual basic, program


55

Random Words:

1. (shād spõt); n 1. A well shaded location suitable for chillin' or smokin'. 2. A location which is potentially shady Definit..
1. The sexual position in which one partner is held in the air upside down performing fellatio or cunnilingus and reaching around to finger..
1. The past tense of forget. Oh, crap in a bucket, I fdot my shoes at the bar again. See forget, remember, forgotted, forgotten, forgetfu..