Introduction to puts

So, what’s going on in that program? I’m sure you can guess what the 1+2 does; our program is basically the same as this:

puts 3

puts simply writes onto the screen whatever comes after it.

Get Learn to Program, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.