about summary refs log tree commit diff stats
path: root/chessboard.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-08 09:04:50 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-08 09:04:50 -0700
commit78423b5aa4d2be434278daacbaf2bec0a4beb11d (patch)
treee8881d05d4963b0c77efe4eb904557b96c4aa712 /chessboard.mu
parent2289bb025fad370eef6a9092ad5586b6434d17ed (diff)
downloadmu-78423b5aa4d2be434278daacbaf2bec0a4beb11d.tar.gz
1311
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