basica


micro$oft basica (short for “advanced basic”) is a simple disk-based basic interpreter written by micro$oft for 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 : qbasic and 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

Read Also:

  • basketbailing

    to commit to playing ball with ya goons but then being a little t-ty b-tch and coppin out. hey you’re comin tonight right? nah n-gg- i’m basketbailing to get some p-ssy.

  • basketball head

    a man or woman with a very large head i am gonna get drunk and f-ck basketball head tonight.

  • basketcock

    the stereotypical p-n-s of a basketball player. normally nine inches or longer. maria took on shaq’s basketc-ck last night.

  • bassing

    to raise your voice at someone; being argumentative yo, homes why you b-ssing me!

  • whoop a nigga ass with a tall nigga

    when u wit a tall n-gg- and u see someone u have beef with and you whoop theyre -ss! i was walkin down the street with a tall n-gg- and saw this n-gg- that he’s gonna f-ck me up so i whooped that n-gg-s -ss wit that tall n-gg-! i just f-cked that n-gg- up! […]


Disclaimer: basica definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.