aUCBLogo Demos and Tests / vee


to hex
   
repeat [fd 10 rt 60]
end

to square
   
repeat [fd 10 rt 90]
end

to star
   
repeat [fd 10 rt 144]
end

to vee
   
lt 45
   
fd 30
   
run pick [square hex star vee vee]
   
bk 30
   
rt 90
   
fd 30
   
run pick [square hex star vee vee]
   
bk 30
   
lt 45
end