9 lines
172 B
Factor
9 lines
172 B
Factor
|
USING: io kernel parser sequences ;
|
||
|
|
||
|
[
|
||
|
"/library/compiler/x86/assembler.factor"
|
||
|
"/library/compiler/amd64/architecture.factor"
|
||
|
] [
|
||
|
dup print run-resource
|
||
|
] each
|