procedure 0
  repeat 8 times
    pen colour = darkblue
    forward 5
    right 45
    pen colour = red
    dot 2
  fill ocherous
#display: x=-81, y=35, grid=15

procedure 1
  repeat 8 times
    paint 0
    forward 15 with pen up
    pen colour = darkblue
    dot 5
    forward 15 with pen up
    right 45
#display: x=-112, y=36, grid=3

