print 'hello', 'bob', 'smith', "\n"; #vs. print 'hello' . 'bob' . 'smith' . "\n";