[net.micro.atari] ST BASIC again

knnngt@ukma.UUCP (Alan Kennington) (12/29/85)

	Update to previous message about ST BASIC: The strings are not
completely irretrievably useless. One just has to replace statements of the
form:
	a$ = right$(a$, len(a$) - 1)
with statements of the form:
	b$ = a$ : a$ = right$(b$, len(b$) - 1)
and then everything works okay. And then when the real BASIC comes along,
such hopeless code can be removed. Luckily Basic is so slow in the first
place that inefficient code doesn't make much difference.
	I'm collecting quite a list of Basic bugs now. But since real
programmers don't use Basic, I won't bore you with the details. 
	Does anybody still program in Basic, or is that just for kids
and hand-held portables like the Sharp EL-5500II, with its magnificent
3.8k of RAM??			.................ak