加算
irb(main):0.330o> 1 + 3
=> 4
連結
irb(main):0.330o> "1" + "3"
=> "13"
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
irb(main):0.330o> 1 + 3
=> 4
irb(main):0.330o> "1" + "3"
=> "13"
Register as a new user and use Qiita more conveniently
Go to list of users who liked