qse/ase/test/awk/t27.awk

7 lines
105 B
Awk
Raw Normal View History

2006-08-04 16:33:50 +00:00
global a, b, c;
2006-08-10 16:06:52 +00:00
BEGIN { while (1) while(1) while (1) a = 20; }
2006-08-04 16:33:50 +00:00
END { while (1) while(1) while (1) ; }