[Edu-sig] Webster Van Robot

kirby urner kirby.urner at gmail.com
Mon Sep 8 17:44:03 CEST 2008


> 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


More information about the Edu-sig mailing list