integer i; i = 0; while (i < argc()) { o_text(argv(i)); o_byte('\n'); i += 1; }