Ok, the current score is 90 ... Would suggest though that this can be done in half the strokes, here's another approach to the problem, this scores a 70

Code:

for $i = 0 to 13
(($i / 7) * (((($i / 7) * 6) - ($i mod 7)) * 2)) + (($i mod 7) - (($i / 7) * 6)) " "
next



-Shawn