As far as I understand, just like Ruby,
puts ("Hello World")
print ("Another line")
are two alternative ways of doing the same thing: display a string on screen.
As far as versitality goes, since we already have the two methods, couldn’t Perl’s
say ("Or a third?")
also be made to work the same way (since we don’t need to worry about /n lines in neither Ruby, nor Crystal it’d just add to Crystal’s flexibility over Ruby for new learners coming from Perl’s, or Raku’s syntax…