xref: /aosp_15_r20/external/bc/tests/bc/scripts/strings2.bc (revision 5a6e848804d15c18a0125914844ee4eb0bda4fcf)
1#! /usr/bin/bc -q
2
3for (i = 0; i < 120; ++i) {
4	print "print \qabcdefghijklmnop", i, "\\n\q\n"
5}
6
7halt
8