aUCBLogo Demos and Tests / vee
to hex
repeat 6 [fd 10 rt 60]
end
to square
repeat 4 [fd 10 rt 90]
end
to star
repeat 5 [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