about summary refs log tree commit diff stats
path: root/chessboard-cursor.mu
diff options
context:
space:
mode:
Diffstat (limited to 'chessboard-cursor.mu')
-rw-r--r--chessboard-cursor.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/chessboard-cursor.mu b/chessboard-cursor.mu
index 22c543df..af7dd273 100644
--- a/chessboard-cursor.mu
+++ b/chessboard-cursor.mu
@@ -178,6 +178,7 @@
   (assert above-min:boolean (("rank too low" literal)))
   (below-max:boolean <- lesser-or-equal rank:integer 7:literal)
   (assert below-max:boolean (("rank too high" literal)))
+  (reply rank:integer)
 ])
 
 (function expect-stdin [