L
Lloyd Linklater
Hi there!
I was experimenting with printf thus:
puts printf("%s is %d years old.", "booboo", 12)
and got this result:
booboo is 12 years old.nil
Where does that nil originate and how do I get rid of it?
I was experimenting with printf thus:
puts printf("%s is %d years old.", "booboo", 12)
and got this result:
booboo is 12 years old.nil
Where does that nil originate and how do I get rid of it?