*** empty log message ***
This commit is contained in:
10
ase/test/awk/t11.awk
Normal file
10
ase/test/awk/t11.awk
Normal file
@@ -0,0 +1,10 @@
|
||||
BEGIN
|
||||
{
|
||||
print "this is only a test";
|
||||
print;
|
||||
print 1, 2, (3 >> 10);
|
||||
print 1, 2, 3 >> 10;
|
||||
print 3, 4, 5 >> 10;
|
||||
close (10);
|
||||
print "-------------" >> 10;
|
||||
}
|
||||
Reference in New Issue
Block a user