aUCBLogo Demos and Tests / penmodes


to hash :size
   
penup fd :size/3
   
pendown rt 90 fd :size
   
penup lt 90 fd :size/3
   
pendown lt 90 fd :size
   
penup rt 90 fd :size/rt 90 fd :size/3
   
pendown rt 90 fd :size
   
penup lt 90 fd :size/3
   
pendown lt 90 fd :size
   
penup lt 90 fd 2*:size/3
   
lt 90 fd :size
   
rt 180
end

to penmodes 
   
disableLineSmooth
   
repeat 10 
   
[   penpaint setpc 0  repeat [hash 50 fd 100 rt 72] 
      
updateGraph  waitms 200 
      
penerase repeat [hash 50 fd 100 rt 72] 
      
updateGraph  waitms 200
   
] 
end