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-10 13:02:33 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-10 13:02:33 -0700
commit0b45be43f2cd29dbe2e4c3fe943ba4853025a7f3 (patch)
treed02acf344fbac5511c755343ae09eced492dbb12 /chessboard.mu
parentdc5ca74c88fd79e865d678367ee6a3ca7305624a (diff)
downloadmu-0b45be43f2cd29dbe2e4c3fe943ba4853025a7f3.tar.gz
1337
Diffstat (limited to 'chessboard.mu')
-rw-r--r--chessboard.mu2
1 files changed, 2 insertions, 0 deletions
diff --git a/chessboard.mu b/chessboard.mu
index 878c122c..e52aaa0e 100644
--- a/chessboard.mu
+++ b/chessboard.mu
@@ -20,6 +20,7 @@ recipe main [
 ]
 
 ## a board is an array of files, a file is an array of characters (squares)
+
 recipe init-board [
   default-space:address:array:location <- new location:type, 30:literal
   initial-position:address:array:integer <- next-ingredient
@@ -149,6 +150,7 @@ scenario printing-the-board [
 ]
 
 ## data structure: move
+
 container move [
   # valid range: 0-7
   from-file:integer