Take a look at the StateChangeDetection example in the IDE. It will show you how to detect when a button becomes pressed which allows a variable to be incremented each time
Use the value of the variable to control what is printed. For bonus points put the text in an array and use the button press counter as an index to the array of words thus making the code much shorter