rectangle() takes a size as 2nd arg
commit050d5288472c2a05ee9442438dee046b1d1f6b09
authorJérôme Quelin <jquelin@gmail.com>
Tue, 1 Apr 2008 13:06:16 +0000 (1 15:06 +0200)
committerJérôme Quelin <jquelin@gmail.com>
Tue, 1 Apr 2008 13:06:16 +0000 (1 15:06 +0200)
tree1ba89c4f64b92bfc6937700ae060565b76abed5c
parent04c719f8acb7edb85ce5deea5b051d1a9d84da7a
rectangle() takes a size as 2nd arg

this means in particular that we're iterating from 0 to size-1 in each
direction. and yes, a rectangle should have at least 1 in height to
return something...
lib/Language/Befunge/Storage/Sparse2D.pm