hl

Wednesday, 8 March 2017

Ruby Programming Language Tutorials Lec 01

Tutorial 1

  Starting with Ruby Programming language

     Hello every one welcome to my ruby programming tutorials. In this I am gonna cover pretty much 95% of basic ruby programming language all the basic syntax. Ruby is a basically a dynamic interpreted object oriented language. In which every thing is an object. Ruby is the one of the one of the easiest language to read and learn so firstly click here to go to the download page of ruby programming language. That is to be look like this
       *Choose your operating system here such as If you use windows choose windows. 
       *After downloading it install it. 
        





Single line comment

     In ruby single line comment is after # symbol every thing in that line is an comment.

                   Input                                                            Output                                      

                                                      

Multiline comment

     Multiline comment in ruby programming  is followed by =begain symbol after that every line is a comment while =end is not written in the file

No comments:

Post a Comment