Re: TI-86 <REAL> conflicts, pff, BASIC progs


[Prev][Next][Index][Thread]

Re: TI-86 <REAL> conflicts, pff, BASIC progs



In article <Pine.LNX.3.95.980109090838.9448A-100000@act.des-
moines.k12.ia.us>, The Daoist <daoist@ACT.DES-MOINES.K12.IA.US> writes
>An interesting side note, I made a program called TSTT, it goes like this:
>
>:Delvar(A)
>
>It takes up 22 bytes. A takes 17!

Nope - that 22 bytes includes the program identification guff. Try this:

PROGRAM:DV
:5->A                   14 bytes

PROGRAM:DV
:5->A
:DelVar(A               23 bytes

         - so the DelVar(A statement uses 9 bytes. As in most TI-Basic
statements, the closing bracket's redundant - forget it and save a byte.
--
|>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Stuart Dawson            Dawson Engineering
sd@dawson-eng.demon.co.uk
Belfast, Northern Ireland   +44 1232 640669
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<|


Follow-Ups: References: