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