]> gitweb.factorcode.org Git - factor.git/commitdiff
24-game: remove broken "spin" definition.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 18 Apr 2012 19:11:41 +0000 (12:11 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 18 Apr 2012 19:11:41 +0000 (12:11 -0700)
extra/24-game/24-game.factor

index 60f180877f118dec7d610c732fbb4f9246dc17dc..28600b6c48667452795f794d4138ee6d3892699b 100644 (file)
@@ -8,7 +8,6 @@ arrays words quotations accessors math.parser backtrack assocs ;
 IN: 24-game
 SYMBOL: commands
 : nop ( -- ) ;
-: spin ( a b c -- c b a ) swapd swap swap ;
 : do-something ( a b -- c ) { + - * } amb-execute ;
 : maybe-swap ( a b -- a b ) { nop swap } amb-execute ;
 : some-rots ( a b c -- a b c )