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


0

Random Words:

1. A take on pwnage, to Qwn means to undertake a task to a massively substandard level. This is usually applied in gaming circles, however ..
1. The bestest of the best MILFs around. Not just a MILF, but the highest quality MILF. "Jason my man! Your mum's an Ultra MILF...
1. the home of the bazic boyz run by the gangster tony and pizza. no one goes there cuz its too GANGSTA and only the bazic boyz can handle ..
Book Banner