TIB: Re: TI-Basic Digest V1 #130
[Prev][Next][Index][Thread]
TIB: Re: TI-Basic Digest V1 #130
Sub programs are sometimers neccisary, especailly if you want to keep the
programs low enough
HOWEVER!!!!
They should only be used as a last resort (IMHO).
but they can be used, as long as you use NO MORE than 4 programs.
sometimes Sub Programs are neccissary, like Mazeplosion, if I put the levels
in the game, it wouldn't be customizable.
P.S. A Goto wastes a lot of memory when it goes out of a loop or If-Then
so use them carefully
Follow-Ups: