*** empty log message ***
This commit is contained in:
@ -10,4 +10,4 @@
|
||||
print /ABC/ ~ /DEF/;
|
||||
}
|
||||
|
||||
/zzz/
|
||||
/zzz/
|
||||
|
13
ase/test/awk/t26.awk
Normal file
13
ase/test/awk/t26.awk
Normal file
@ -0,0 +1,13 @@
|
||||
function call_next ()
|
||||
{
|
||||
next;
|
||||
}
|
||||
|
||||
BEGIN {
|
||||
//call_next ();
|
||||
}
|
||||
|
||||
END {
|
||||
call_next ();
|
||||
}
|
||||
|
Reference in New Issue
Block a user