Mega Code Archive

 
Categories / Ruby / String
 

Assign strings to variables

x = "Test" y = "String" puts "Success!" if x + y == "TestString"