DEV Community

Cover image for Intro To ruby course
Felix Imbanga
Felix Imbanga

Posted on

Intro To ruby course

Just started the intro to ruby course. I can recognize some of the syntax which is similar to python. Excited though to learn more bout the differences and how exactly ruby works.

-Puts- used to put messages on their own line. Adds a new line after the message
-Print- will be on the same line and concurrent print messages
-Variables-Names should be in quotations while numbers no quotations
-(=begin/=end)-Used on separate lines, everything in between in a command.

Top comments (0)