summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/inftest.awk
blob: ec0eda13e2144eaee22a9c37f044c29d6d8b630a (plain)
1
2
3
4
5
BEGIN {
  x = 100
  do { y = x ; x *= 1000; print x,y } while ( y != x )
  print "loop terminated"
}
OpenPOWER on IntegriCloud