task=Use the triangle and the rectangle (buttons on the right down) and let's construct the house:
mode=procedural

background=*.*
x0=7
y0=196
grid size=64

procedure 0
  right 45
  forward 3
  right 90
  forward 3
  right 135
  forward 6
  fill red
#display: x=96, y=100
                                                                       
procedure 1
  repeat 2 times
    right 90
    forward 6
    right 90
    forward 3
  fill ocherous
#display: x=96, y=100

procedure 2


