page = ruby programming language
url = https://www.ruby-lang.org
# Output "I love Ruby" say = "I love Ruby" puts say # Output "I *LOVE* RUBY" say [ 'love' ] = "*love*" puts say . upcase # Output "I *love* Ruby" # five times 5 . times { puts say }