TClogo seems to incorporate parallel processing as illustrated below, for a car
with a touch sensor at front:
to move
tto "a
on
lto 7
waituntil [sensor?]
off
end
The car moves until touch sensor is pressed then stops.
I'm looking for an explanation of why the procedure is read by the Logo
interpreter past the line that says "on". Why doesn't it just keep on keeping
on forever and never get to the next 3 lines? Is this parallel processing?
Bill Kerr
Paralowie R12 School
South Australia
---------------------------------------------------------------
Please post messages to the Logo forum to logo-l@gsn.org. Mail
questions about the list administration to logofdn@gsn.org. To
unsubscribe send unsubscribe logo-l to majordomo@gsn.org.