aboutsummaryrefslogtreecommitdiffstats
path: root/a.awk
diff options
context:
space:
mode:
Diffstat (limited to 'a.awk')
-rw-r--r--a.awk7
1 files changed, 7 insertions, 0 deletions
diff --git a/a.awk b/a.awk
new file mode 100644
index 00000000..daed9d9f
--- /dev/null
+++ b/a.awk
@@ -0,0 +1,7 @@
+BEGIN {
+ f = "foo"
+ p = "o+"
+ fun = "match"
+ @fun(f, p)
+ print RSTART, RLENGTH
+}