28 lines
527 B
Factor
28 lines
527 B
Factor
PROVIDE: core/handbook
|
|
{ +files+ {
|
|
"alien.facts"
|
|
"changes.facts"
|
|
"cli.facts"
|
|
"collections.facts"
|
|
"compiler.facts"
|
|
"conventions.facts"
|
|
"cookbook.facts"
|
|
"dataflow.facts"
|
|
"handbook.facts"
|
|
"hashtables.facts"
|
|
"inference.facts"
|
|
"math.facts"
|
|
"objects.facts"
|
|
"parser.facts"
|
|
"prettyprinter.facts"
|
|
"sequences.facts"
|
|
"streams.facts"
|
|
"syntax.facts"
|
|
"modules.facts"
|
|
"help.facts"
|
|
"tools.facts"
|
|
"words.facts"
|
|
"ui/tools.facts"
|
|
"ui/ui.facts"
|
|
} } ;
|