1 + 2 # => 3: addition1 * 2 # => 2: multiplication1 + 2 == 3 # => true: == tests equality2 ** 1024 # 2 to the power 1024: Ruby has arbitrary size ints