Add back the using for nested-comments. Wo shi ben dan...

db4
Doug Coleman 2011-11-03 11:47:57 -07:00
parent f6353e17cd
commit 289cba7fb5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
! Copyright (C) 2009 blei, Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: kernel sequences math locals make ;
USING: kernel locals make math multiline sequences ;
IN: nested-comments
: (count-subsequences) ( count substring string n -- count' )