benchmark.ant: fix vocab name and using.
parent
6f72e5a638
commit
c7e3238149
|
@ -2,9 +2,9 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license
|
! See http://factorcode.org/license.txt for BSD license
|
||||||
|
|
||||||
USING: accessors combinators fry hash-sets hashtables kernel
|
USING: accessors combinators fry hash-sets hashtables kernel
|
||||||
locals math math.parser sequences sets utils vectors ;
|
locals math math.parser sequences sets vectors ;
|
||||||
|
|
||||||
IN: ant
|
IN: benchmark.ant
|
||||||
|
|
||||||
! There is an ant which can walk around on a planar grid. The ant
|
! There is an ant which can walk around on a planar grid. The ant
|
||||||
! can move one space at a time left, right, up or down. That is,
|
! can move one space at a time left, right, up or down. That is,
|
||||||
|
|
Loading…
Reference in New Issue