]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tetris/piece/piece.factor
syntax: removing #! as a comment character.
[factor.git] / extra / tetris / piece / piece.factor
index b7b0b096ca2df7b407e71eb3753f328ea5aca423..44edafaa6e07901dbcab0dadc664bd1c94767114 100644 (file)
@@ -3,9 +3,9 @@
 USING: accessors arrays kernel math math.vectors sequences tetris.tetromino lists.lazy ;
 IN: tetris.piece
 
-#! The rotation is an index into the tetromino's states array, and the
-#! position is added to the tetromino's blocks to give them their location on the
-#! tetris board. If the location is f then the piece is not yet on the board.
+! The rotation is an index into the tetromino's states array, and the
+! position is added to the tetromino's blocks to give them their location on the
+! tetris board. If the location is f then the piece is not yet on the board.
 
 TUPLE: piece
     { tetromino tetromino }