QP School
Hello World in Ruby 3 with user input - Printable Version

+- QP School (https://qomplainerzschool.lima-city.de)
+-- Forum: Tutorials (https://qomplainerzschool.lima-city.de/forumdisplay.php?fid=3)
+--- Forum: Ruby 3 Tutorials, exercises and examples (https://qomplainerzschool.lima-city.de/forumdisplay.php?fid=17)
+--- Thread: Hello World in Ruby 3 with user input (/showthread.php?tid=2486)



Hello World in Ruby 3 with user input - Qomplainerz - 02-15-2021

Quote:puts "Please enter something here: "
var = gets.chomp
puts var