fix 24-game compile error

db4
Doug Coleman 2009-02-06 16:53:41 -06:00
parent 01f6c5a7f6
commit 71d176716b
1 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,8 @@ SYMBOL: commands
{ nop rot -rot swap spin swapd } amb-execute ;
: makes-24? ( a b c d -- ? )
[
2 [ some-rots do-something ] times
some-rots do-something
some-rots do-something
maybe-swap do-something
24 =
]