aUCBLogo Demos and Tests / rbox


to rbox [:s 200] [:f 2]
   
pu rt 45 fd :s*(1-1/:f)/sqrt lt 45 pd
   
repeat 4 
   
[   arc 90 :s/(2*:f) 
      
pu rt 90 fd :s/(2*:frt 90 pd 
      
fd :s*(1-1/:f)
      
pu rt 90 fd :s/(2*:fpd
      
lt 180
   
]
   
pu lt 90+45 fd :s*(1-1/:f)/sqrt rt 45+90 pd
end