renamed ase to qse

This commit is contained in:
2008-12-21 20:30:00 +00:00
parent 277023a9c7
commit 4c01ea1604
644 changed files with 0 additions and 0 deletions

4
qse/cmd/awk/err-021.awk Normal file
View File

@ -0,0 +1,4 @@
BEGIN {
xx = 20;
split ("a b c", xx);
}