Welcome! Please see the About page for a little more info on how this works.
The docstring for print does not mention its return value. The docstring should clarify whether print dependably returns nil or shouldn't be depended on to (lest, for example, something leak out as the inadvertent return value of print's caller).
Comment made by: edipofederle
Hi, I just add to docstring the mention to fact that it return nil