Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
var a = 0; var c = 3; function myFunction(b) { a = a | b; return (a == c); }
今日これを見ました。「a = a | b」は何をしますか?