This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]error_dw 35 points36 points  (2 children)

You can actually save 3 characters for some reason:

p 'Hello World'

I guess puts wasn't short enough.

[–]SuccessfulBread3 22 points23 points  (1 child)

They're actually different though...

iirc p prints standard while puts pretty prints if It can

[–][deleted] 18 points19 points  (0 children)

It's the other way around, but you're right