remove strings.lib from automata

db4
Doug Coleman 2008-02-02 23:46:56 -06:00
parent 1cfd19f3c8
commit 55cfd30543
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
USING: kernel math math.parser random arrays hashtables assocs sequences
vars strings.lib ;
vars ;
IN: automata
@ -108,4 +108,4 @@ last-line> height> [ drop step-capped-line dup ] map >bitmap >last-line ;
! : start-loop ( -- ) t >loop-flag [ loop ] in-thread ;
! : stop-loop ( -- ) f >loop-flag ;
! : stop-loop ( -- ) f >loop-flag ;