Computers for children

From: Max Eskin <kurtkilg_at_geocities.com>
Date: Tue Jan 12 21:24:48 1999

On Tue, 12 Jan 1999 ard_at_p850ug1.demon.co.uk wrote:
> I wouldn't call FOR..NEXT low level. I'd call it a high level
> construction based on the low-level GOTO.

What I meant was, in the early BASICs, you would have to type out the FOR
loop with a variable, an increment, a conditional statement, and a goto.
In the later BASICs, you don't have to type it out, and it's also a lot
easier to understand that the NEXT X must be going back to that FOR X= 1
TO 10 I saw a while ago, as opposed to scrolling incessantly trying to
find where each GOTO leads.

I don't know exactly at what point the FOR...NEXT gets translated into its
components, but the point is, since it doesn't have to be typed out, it's
somewhat lower-level.

----------------------------------------------------
Max Eskin | kurtkilgor_at_bigfoot.com | AOL: kurtkilgor
Received on Tue Jan 12 1999 - 21:24:48 GMT

This archive was generated by hypermail 2.3.0 : Fri Oct 10 2014 - 23:32:06 BST