factor: fix a few issues with new patch.
parent
9f213f96f6
commit
88e58f9da8
|
@ -14,6 +14,4 @@ MACRO: shuffle-effect ( effect -- quot )
|
||||||
SYNTAX: shuffle(
|
SYNTAX: shuffle(
|
||||||
")" parse-effect suffix! \ shuffle-effect suffix! ;
|
")" parse-effect suffix! \ shuffle-effect suffix! ;
|
||||||
|
|
||||||
: spin ( x y z -- z y x ) swap rot ; inline deprecated
|
|
||||||
|
|
||||||
: 2swap ( x y z t -- z t x y ) 2 2 mnswap ; inline
|
: 2swap ( x y z t -- z t x y ) 2 2 mnswap ; inline
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
! Copyright © 2008 Reginald Keith Ford II
|
! Copyright © 2008 Reginald Keith Ford II
|
||||||
! 24, the Factor game!
|
! 24, the Factor game!
|
||||||
USING: accessors backtrack combinators continuations formatting fry io
|
USING: accessors backtrack combinators continuations formatting fry io
|
||||||
kernel math prettyprint quotations random sequences shuffle ;
|
kernel math prettyprint quotations random sequences ;
|
||||||
IN: 24-game
|
IN: 24-game
|
||||||
|
|
||||||
: nop ( -- ) ;
|
: nop ( -- ) ;
|
||||||
|
|
Loading…
Reference in New Issue