General Purpose Programming Language Interpreted Language
a = "Hello"
b = "World"
c = a
object_id
a.object_id
b.object_id
c.object_id.capitalize .upcase .downcase .swapcase
% modulo
|| && if else elsif
Loop is required when you need to excute a code multiple times
While
loop do break if
for __ in 1..100
x.times
.is_a? String