Dear forumers,
I am not an experienced programmer, so please bear with me :) I want to look at some data that I obtained and need to do the following, in pseudocode:
read x(k) list
do k=1 until end
if x(k+1) less than -10 !do nothing
end if
if x(k+1) greater than -10 then
x(k+2) greater...