Image of LOGO


LOGO

Logo Newsgroup

Reading a message

Reffers to :9

Title : Re: Re: Re: Cercle

Author :

Email :

Body of the message :

> >>You can explain me to draw a cercle ?
> >I have uploaded a procedure on this procedure site. I hope you can understand the german commands
>
> I always make circles as a figure of 360 points
>
> e.g.
>
> [repeated 360 times]
>
> penup
> go 100
> pendown
> go 1
> penup
> rt 180
> go 101
> rt 181
> end
>
> So you can make circles of different size.
>
> cu,
>
> Val

Answer
Back to the main Newspage.
LOGO Newsgroup
Image of LOGO


LOGO

Logo Newsgroup

Reading a message

Reffers to :9

Title : Re: Re: Re: Cercle

Author :

Email :

Body of the message :

> >>You can explain me to draw a cercle ?
> >I have uploaded a procedure on this procedure site. I hope you can understand the german commands
>
> I always make circles as a figure of 360 points
>
> e.g.
>
> [repeated 360 times]
>
> penup
> go 100
> pendown
> go 1
> penup
> rt 180
> go 101
> rt 181
> end
>
> So you can make circles of different size.
>
> cu,
>
> Val

Answer
Back to the main Newspage.