apl>" <------------------------- sam080.txt ----------------------------> apl>" <--- Indexed assignment ------------------------------------------> apl>x # 2 3 5 7 11 apl>x[1 3] # 6 8 apl>x 6 3 8 7 11 apl>" <--- Index generator ---------------------------------------------> apl>I 5 1 2 3 4 5 apl>I 5 + Lio # 0 0 1 2 3 4 apl>Lio # 1 apl>)off