[kde-doc-english] kturtle handbook errors

Burkhard Lück lueck at hube-lueck.de
Mon Mar 15 18:54:44 CET 2010


Am Sonntag, 14. März 2010 22:27:20 schrieb Tim Dickson (Work):
> in the "containers" variables examples (and others) variables need to be
> preceded with $
> in other words
> x = 3
> does not work but
yes it does work, but only in kturtle from kde 3.5

> $x = 3
> does
> 
that's what the kturtle documentation has since kde 4.0

> also, examples of loops show square braces [  ] which do not work
> they should show pointed curly brackets {  } which work
> eg
> repeat 36 [
>    forward 5
>    turnright 10
>    wait 0.5
> ]
> 
> fails but
> 
this is from kturtle kde 3.5

> repeat 36 {
>    forward 5
>    turnright 10
>    wait 0.5
> }
> 
> works
> 
and that's what the kturtle documentation has since kde 4.0

There are no "kturtle handbook errors", you are apparently using documentation 
from kde 3.5 with kturtle from kde 4.x, that does not work.

You find the kturtle documentation for kde 4.x here:

http://docs.kde.org/stable/en/kdeedu/kturtle/index.html

-- 
Burkhard Lück



More information about the kde-doc-english mailing list