LoginSignup
0
0

More than 5 years have passed since last update.

Rubyのあれこれ

Posted at

if分でエラー出た話

C言語と一緒とか書いたけど
これでエラーがでた

# まぁC言語と一緒
if score > 80
  puts "good"
else if score > 20
  puts "good!"
else
  puts "so...daiso.."
end

エラーの意味は読み取ったけど、どこも可笑しくないよな!?
って思ってた
✖ else if
〇 els if

慣れって怖いよねってお話です

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