24-game: remove broken "spin" definition.

db4
John Benediktsson 2012-04-18 12:11:41 -07:00
parent 837b22336e
commit 8e0df4df9c
1 changed files with 0 additions and 1 deletions

View 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 )