SmileBASIC コミュニティ返信[1]親投稿Hanzo rzsense2016/12/21 17:47">>" and "<<" are binary bit shift operators. "4" in decimal is equal to "0100" in binary, and "4>>3" shifts "0100" three bits to the right. The result of the operation is "0001" in binary ("1" in decimal). 0そうだね 未プレイ2017/11/04 02:35:33に取得