you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 insightful - 2 fun1 insightful - 1 fun2 insightful - 2 fun -  (1 child)

So they just moved to the next town over? Pointless article.

[–]Airbus320 1 insightful - 2 fun1 insightful - 1 fun2 insightful - 2 fun -  (0 children)

function part = afterialfabet( word, letter )

for ( i = 1 : length(word) )

if ( letter < word(i) )

  a(i) = word(i);


end

end

part = a;

part = part(part ~= 0);

end