summaryrefslogtreecommitdiff
path: root/sample/cat2.rb
blob: f979dc53cb0b04a16e151433007eff27f0e7be85 (plain)
1
2
3
4
while gets()
  if 1 ... /^\*/; print("--") end
  printf("%5d: %s", $., $_)
end