SmileBASIC コミュニティトピックMSWS coolestkid1232016/12/21 16:38:18質問PLEASE HELPWhat does >> mean? And how is it different than >?2そうだね 6返信プレイ済み2017/11/04 04:41:14に取得
SmileBASIC コミュニティ返信[1]親投稿*J.P.*[P]£ aj2003aj2016/12/21 16:52lol. good question.0そうだね プレイ済み2017/11/04 04:41:14に取得
SmileBASIC コミュニティ返信[2]親投稿OlOOlOOl pi_r_round2016/12/22 12:35<< and >> are not comparisons, they perform bit-wise shifts. See the attached screenshot for examples.0そうだね プレイ済み2017/11/04 04:41:14に取得
SmileBASIC コミュニティ返信[3]親投稿MSWS coolestkid1232016/12/22 15:25@Quote I meant how is it different that > . (Not >?). And I learned that it is a bit positions shifter. (Yes, I understand what that mean.)0そうだね プレイ済み2017/11/04 04:41:14に取得
SmileBASIC コミュニティ返信[4]親投稿PChicken NerdChicken2016/12/25 13:48So X<<Y will do X*(Y^2)0そうだね プレイ済み2017/11/04 04:41:14に取得
SmileBASIC コミュニティ返信[5]親投稿PChicken NerdChicken2016/12/25 13:49And X>>Y will do X/(Y^2).0そうだね プレイ済み2017/11/04 04:41:14に取得