init-world.factor did not load
parent
c0f4f7f85d
commit
c7c29e29c2
|
|
@ -1,8 +1,8 @@
|
||||||
! Copyright (C) 2005 Slava Pestov.
|
! Copyright (C) 2005 Slava Pestov.
|
||||||
! See http://factor.sf.net/license.txt for BSD license.
|
! See http://factor.sf.net/license.txt for BSD license.
|
||||||
IN: gadgets
|
IN: gadgets
|
||||||
USING: generic io kernel listener math namespaces prettyprint
|
USING: generic help io kernel listener math namespaces
|
||||||
sequences styles threads words ;
|
prettyprint sequences styles threads words ;
|
||||||
|
|
||||||
SYMBOL: stack-display
|
SYMBOL: stack-display
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue