about summary refs log tree commit diff stats
path: root/chessboard.mu
diff options
context:
space:
mode:
Diffstat (limited to 'chessboard.mu')
-rw-r--r--chessboard.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/chessboard.mu b/chessboard.mu
index 4b1af9a6..099589d7 100644
--- a/chessboard.mu
+++ b/chessboard.mu
@@ -154,6 +154,7 @@ container move [
   to-rank:integer
 ]
 
+# result:address:move <- read-move stdin:address:channel
 recipe read-move [
   default-space:address:array:location <- new location:type, 30:literal
   stdin:address:channel <- next-ingredient