button writes a button

Add buttons for interactive controls using button.

button "Forward", ->
  fd 50

button it takes two arguments: first is the text for the button; second is a function to call whenever the user clicks the button.