Features in Educational
Niels Slot committed changes in /branches/work/kturtle-objects/src:
Initial code for object oriented KTurtle. The following code should work:
forward 100
$x = turtle
$x.forward 50
This will created a second turtle, and move it 50 steps forward. At the moment only the backward and forward commands are implemented as object aware commands.
File Changes
Modified 16 files
/branches/work/kturtle-objects/src
16 files changed in total