Add buttons for interactive controls using button.
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.