summaryrefslogtreecommitdiff
path: root/sample/cat2.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/cat2.rb')
-rw-r--r--sample/cat2.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/sample/cat2.rb b/sample/cat2.rb
deleted file mode 100644
index bbc1ebb0ff..0000000000
--- a/sample/cat2.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-# cat -n & `...' operator test
-while gets()
- if 1 ... /^\*/; print("--") end
- printf("%5d: %s", $., $_)
-end