remove using
parent
c4fdad4df6
commit
0ba6d93626
|
@ -2,8 +2,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: arrays kernel math math.functions namespaces sequences
|
USING: arrays kernel math math.functions namespaces sequences
|
||||||
strings system vocabs.loader threads accessors combinators
|
strings system vocabs.loader threads accessors combinators
|
||||||
locals classes.tuple math.order summary structs
|
locals classes.tuple math.order summary combinators.short-circuit ;
|
||||||
combinators.short-circuit ;
|
|
||||||
IN: calendar
|
IN: calendar
|
||||||
|
|
||||||
HOOK: gmt-offset os ( -- hours minutes seconds )
|
HOOK: gmt-offset os ( -- hours minutes seconds )
|
||||||
|
|
Loading…
Reference in New Issue