Function assignment - alias print to say
It looks more useful when we shorten the name of a function.
say = print
say("Hello World")
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
It looks more useful when we shorten the name of a function.
say = print
say("Hello World")