RUBY Reference: Variables
Quick reference for Variables.
RUBY Reference — Variables
Quick summary of Variables with syntax and example.
Syntax
puts "..."
Example
name = "DrSchool"
puts "Hello #{name}"
Quick reference for Variables.
Quick summary of Variables with syntax and example.
puts "..."
name = "DrSchool"
puts "Hello #{name}"