// single filled triangle paper = 0 pen = 100 repeat a 20 80 { repeat B 20 (a-1) { set [a B] 100 } }