iota (1) --- generate vector of integers 03/20/80 _U_s_a_g_e iota [] [-f ] _D_e_s_c_r_i_p_t_i_o_n 'Iota' is derived from the monadic APL operator of the same name; it prints a series of consecutive integers on standard output. The and optional arguments specify the range of integers to be printed. The default is one. The argument is a standard format string, identical to that accepted by 'encode' or 'print'. Its presence allows the user to select fill characters, field width, and other parameters associated with the printing of integers. _E_x_a_m_p_l_e_s iota 10 stack(i) iota [most_recent] 1 iota -5 5 -f "*4,-16,0i" _M_e_s_s_a_g_e_s "Usage: iota ..." for invalid argument syntax. _B_u_g_s If sharp signs ("#") are included in the format string, 'iota' will die of a pointer fault in 'encode'. _S_e_e _A_l_s_o parscl (2), encode (2), print (2) iota (1) - 1 - iota (1)