??? 12/29/10 22:24 Read: times Msg Score: +1 +1 Good Answer/Helpful |
#180337 - Not all BASIC are the same Responding to: ???'s previous message |
Richard said:
I've found BASIC to be OK for very small tasks, but without the distinction between local and global variables, for example, it gets pretty confusing, and BASIC's reliance on GOTO, etc, doesn't make for very pretty code either. Even ASM is easier to manage, IMHO. Remember that BASIC as language have also received a lot of improvements over the years, so more modern BASIC implementations have local variables, functions, removal of line numbers etc. |