Name: Anonymous 2014-01-20 18:58
what is you're opinion on foreache loops?
i don't like em cuz they ache in the fore
i don't like em cuz they ache in the fore
some_list = make_list(1, 2, 3, 4, 5, 6, 7, 8);
tail = nth_tail(some_list, 4);
append(tail, make_list(9, 10, 11, 12));
append
also update the length of some_list
, as it needs to do?