summaryrefslogtreecommitdiff
path: root/sample/cat2.rb
blob: bbc1ebb0ffcc1191856bc0277209ba2f72ff94d0 (plain)
1
2
3
4
5
# cat -n & `...' operator test
while gets()
  if 1 ... /^\*/; print("--") end
  printf("%5d: %s", $., $_)
end