<div dir="ltr">It's possible because the default size for an integer in bit syntax is 8.<div><br></div><div>1> 24930 rem 256 =:= 98.<br></div><div>true</div><div><br></div><div>For further explanation of this behavior you can take a look at this section of the documentation: <a href="http://erlang.org/doc/programming_examples/bit_syntax.html#Defaults">http://erlang.org/doc/programming_examples/bit_syntax.html#Defaults</a></div><div><br></div><div>-bob</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 29, 2019 at 1:27 AM DOBRO <<a href="mailto:chessvegas@chessvegas.com">chessvegas@chessvegas.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>Hi,</div><div>could anyone explain me how is it possible?</div><div> </div><div>In shell:</div><div> </div><div><div><div>1> <<24930>> =:= <<98>>.</div><div>true</div><div> </div><div> </div><div>I'm using OTP-21.3.7.</div><div> </div></div></div>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div>