[kde-doc-english] kturtle handbook errors

Yuri Chornoivan yurchor at ukr.net
Mon Mar 15 18:53:10 CET 2010


написане Sun, 14 Mar 2010 23:27:20 +0200, Tim Dickson (Work)  
<tim at tree-of-life.co.uk>:

> in the "containers" variables examples (and others) variables need to be
> preceded with $
> in other words
> x = 3
> does not work but
> $x = 3
> does
>
> 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
>
> repeat 36 {
>    forward 5
>    turnright 10
>    wait 0.5
> }
>
> works
>
> (see examples in kturtle )
>
> Regards, Tim
>
Hi!

Thanks for your suggestions.

Fortunately it seems that the mistakes you have noticed came form some  
oldish KTurtle documentation version (KDE 3.5?).

Modern version does not contain these issues (see [1]). It can be found in  
any KDE >= 4.4 distribution.

Best regards,
Yuri

[1]  
http://docs.kde.org/development/en/kdeedu/kturtle/controlling-execution.html#wait



More information about the kde-doc-english mailing list