DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

RUBY Reference: Variables

Quick reference for Variables.

Read time: 1 min Words: 14
My Progress

RUBY Reference — Variables

Quick summary of Variables with syntax and example.

Syntax

puts "..."

Example

name = "DrSchool"
puts "Hello #{name}"