From e66851d897a378980e599134f90eb7a95f14787f Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 9 Mar 2016 14:54:41 -0800 Subject: 2746 --- chessboard.mu | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'chessboard.mu') diff --git a/chessboard.mu b/chessboard.mu index fcaea5a7..c147c771 100644 --- a/chessboard.mu +++ b/chessboard.mu @@ -1,17 +1,16 @@ # Chessboard program: you type in moves in algebraic notation, and it'll # display the position after each move. -# recipes are mu's names for functions def main [ open-console # take control of screen, keyboard and mouse - # The chessboard recipe takes keyboard and screen objects as 'ingredients'. + # The chessboard function takes keyboard and screen objects as 'ingredients'. # # In mu it is good form (though not required) to explicitly show the # hardware you rely on. # # The chessboard also returns the same keyboard and screen objects. In mu it - # is good form to not modify ingredients of a recipe unless they are also + # is good form to not modify ingredients of a function unless they are also # results. Here we clearly modify both keyboard and screen, so we return # both. # -- cgit 1.4.1-2-gfad0