<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Feb 21, 2016 at 1:39 PM, fxmy wang <span dir="ltr"><<a href="mailto:fxmywc@gmail.com" target="_blank">fxmywc@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Is this behavior expected?</blockquote></div><br>yes. To make it explicit:</div><div class="gmail_extra"><br></div><div class="gmail_extra">In lists:dropwhile(fun(E) -> E > 3 end, [1,2,3,4,5]), we first check if 1 > 3. This is false, so we stop dropping and return the remainder of the list, which is [1,2,3,4,5].<br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">J.</div>
</div></div>