On Sat, Sep 24, 2016 at 12:54:59PM -0400, Programmingkid wrote:
+: copy-resolutions-property ( -- )
- " /options" find-package
- if
active-package!
You want find-device I guess?
[ inverted control flow deleted ]
- else
cr ." copy-resolutions-property: Failed to find options node!" cr
- then
If it's an error, call abort" ; if not, don't say anything?
Segher