LoginSignup
0
0

More than 1 year has passed since last update.

Ruby 入門 [表示と変数]

Last updated at Posted at 2021-08-25
put "hello world"

文字列の表示は『”"』で囲む。(数値は囲まない)

order="カフェラテ""
puts "ご注文は#{order}ですね?" →#{}文字列に計算式や変数を代入できる

orderという変数に『カフェラテ』というオブジェクトを代入する。(左側が変数、右側がオブジェクト)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0