qse/ase/test/awk/x.awk

7 lines
36 B
Awk
Raw Normal View History

2006-06-21 11:45:26 +00:00
BEGIN
{
print 1
|
"test";
}