Recovered from cvs revision 2007-05-01 07:40:00
This commit is contained in:
4
ase/test/awk/err-021.awk
Normal file
4
ase/test/awk/err-021.awk
Normal file
@ -0,0 +1,4 @@
|
||||
BEGIN {
|
||||
xx = 20;
|
||||
split ("a b c", xx);
|
||||
}
|
Reference in New Issue
Block a user