9 lines
85 B
Text
9 lines
85 B
Text
|
|
begin
|
||
|
|
init;
|
||
|
|
penup;
|
||
|
|
back(100);
|
||
|
|
pendown;
|
||
|
|
dcr(step,direction,length);
|
||
|
|
close;
|
||
|
|
end.
|