Script Viewer
Ruby
Example 3
Download
Save Modified
#ruby - Adding String Variables puts "What is your name?" $name = STDIN.gets puts "Hi "+$name