if ( 'prettyPrint' in window ) {} else {
    document.write( '<script type="text/javascript" src="https://gist-it.appspot.com/assets/prettify/prettify.js"></script>' );
}


document.write( '<link rel="stylesheet" href="https://gist-it.appspot.com/assets/embed.css"/>' );


document.write( '<link rel="stylesheet" href="https://gist-it.appspot.com/assets/prettify/prettify.css"/>' );

document.write( '<div class="gist-it-gist">\n<div class="gist-file">\n    <div class="gist-data">\n        \n        <pre class="prettyprint">ubif erlang:\'and\'/2\nubif erlang:\'or\'/2\nubif erlang:\'xor\'/2\nubif erlang:\'not\'/1\n\nubif erlang:\'&gt;\'/2\t\t\tsgt_2\nubif erlang:\'&gt;=\'/2\t\t\tsge_2\nubif erlang:\'&lt;\'/2\t\t\tslt_2\nubif erlang:\'=&lt;\'/2\t\t\tsle_2\nubif erlang:\'=:=\'/2\t\t\tseq_2\nubif erlang:\'==\'/2\t\t\tseqeq_2\nubif erlang:\'=/=\'/2\t\t\tsneq_2\nubif erlang:\'/=\'/2\t\t\tsneqeq_2\nubif erlang:\'+\'/2\t\t\tsplus_2\nubif erlang:\'-\'/2\t\t\tsminus_2\nubif erlang:\'*\'/2\t\t\tstimes_2\nubif erlang:\'/\'/2\t\t\tdiv_2\nubif erlang:\'div\'/2\t\t\tintdiv_2\nubif erlang:\'rem\'/2\nubif erlang:\'bor\'/2\nubif erlang:\'band\'/2\nubif erlang:\'bxor\'/2\nubif erlang:\'bsl\'/2\nubif erlang:\'bsr\'/2\nubif erlang:\'bnot\'/1\nubif erlang:\'-\'/1\t\t\tsminus_1\nubif erlang:\'+\'/1\t\t\tsplus_1\n</pre>\n        \n    </div>\n    \n    <div class="gist-meta">\n        \n        <span style="float: right; color: #369;"><a href="https://github.com/erlang/otp/raw/8c71ed08ea176713de8a6c15ca7616e1ef1be8a0/erts/emulator/beam/bif.tab">view raw</a></span>\n        <span style="float: right; margin-right: 8px;">\n            <a style="color: rgb(102, 102, 102);" href="https://github.com/erlang/otp/blob/8c71ed08ea176713de8a6c15ca7616e1ef1be8a0/erts/emulator/beam/bif.tab">erts/emulator/beam/bif.tab</a></span>\n            <!-- Generated by: https://gist-it.appspot.com -->\n    </div>\n    \n</div>\n</div>' );

document.write( '<script type="text/javascript">prettyPrint();</script>' );