qse/ase/test/awk/x.awk

21 lines
148 B
Awk
Raw Normal View History

2006-10-26 14:22:01 +00:00
main ()
2006-06-21 11:45:26 +00:00
{
2006-10-27 10:34:40 +00:00
#print (("%f", 1.0));
print (10) + 20;
2006-06-21 11:45:26 +00:00
}
2006-10-26 14:22:01 +00:00
BEGIN {
#print 1
#|
#"test";
# */
#print 1 |
# 1;
print .0;
print 10;
}