Take it easy Ruby!
Basic concepts#
Hello World#
Comments#
Variables#
Shorthand assignment#
Parallel assignment#
Input#
Control structures#
Equality#
Subsumption#
Be cautious!
if/elsif/else statement#
unless statement#
Opposite of if
Logical operators#
Symbol | Word |
---|---|
&& |
and |
` | |
! |
not |
case statement#
while loop#
until loop#
Ranges#
for loop#
break#
next#
loop do#
Like a do while
in others languages.
Collections#
Arrays#
Array manipulations#
Hashes and symbols#
||
a | b |
---|---|
` | |
` | ` |