> For example, the following is a valid program:
> for some_variable in range(4):
>    move()
>    turn_left()
>    move()
>    build_wall_on_left()
>

So no explicit target or receiver for the message, as the Smalltalk
people might say?  I.e. you don't say myturtle.move() but just move(),
more like Logo?

Kirby
_______________________________________________
Edu-sig mailing list
[email protected]
http://mail.python.org/mailman/listinfo/edu-sig

Reply via email to