Rosetta Code/Find bare lang tags: Difference between revisions

Content added Content deleted
Line 348: Line 348:
if count > 0 && verbose
if count > 0 && verbose
println("Page $pag had $count bare lang tags.")
println("Page $pag had $count bare lang tags.")
totalcount += count
end
end
totalcount += count
end
end
println("Total bare tags: $totalcount.")
println("Total bare tags: $totalcount.")