Count occurrences of a substring: Difference between revisions

Content added Content deleted
(Added Wren)
Line 992:
if(posn == 0) return
c = c + 1
p = p + posn + len(s2) - 1
end do
end function