RUBY Referans: Ruby Introduction
Ruby Introduction için hızlı referans.
RUBY Referans — Ruby Introduction
Ruby Introduction için hızlı özet, sözdizimi ve örnek.
Sözdizimi
puts "..."
Örnek
name = "DrSchool"
puts "Hello #{name}"
Ruby Introduction için hızlı referans.
Ruby Introduction için hızlı özet, sözdizimi ve örnek.
puts "..."
name = "DrSchool"
puts "Hello #{name}"