# File gglib/carray.rb, line 23 def each i=0 while i<=@intsize if self[i] !=nil yield self[i] end i+=1 end end