bc: fix keyword matching to not think "ifz" is the "if" keyword
[oweals/busybox.git] / testsuite / bc_pi.bc
1 for (i = 0; i <= 100; ++i) {
2         scale = i
3         4 * a(1)
4 }