Reproduce by:

     busybox awk 'BEGIN{for(print 5;0;);}'

POSIX allows a print statement on both sides of the loop condition, so
this should print 5 (and does so with GNU awk). But it fails with this
error message instead:

    awk: cmd. line:1: Unexpected token
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to