factor: more semis
parent
9c7c57d395
commit
1b7de6a692
|
@ -41,7 +41,7 @@ CONSTANT: example-1
|
||||||
{ { { cpu x86 } { os linux } } "a" }
|
{ { { cpu x86 } { os linux } } "a" }
|
||||||
{ { { cpu ppc } } "b" }
|
{ { { cpu ppc } } "b" }
|
||||||
{ { string { os windows } } "c" }
|
{ { string { os windows } } "c" }
|
||||||
}
|
} ;
|
||||||
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
|
|
@ -10,4 +10,4 @@ CONSTANT: get-icon-data
|
||||||
dup vocab-dir "icon.png" append-path vocab-append-path
|
dup vocab-dir "icon.png" append-path vocab-append-path
|
||||||
[ exists? ] keep "resource:misc/icons/Factor_128x128.png" ?
|
[ exists? ] keep "resource:misc/icons/Factor_128x128.png" ?
|
||||||
binary file-contents
|
binary file-contents
|
||||||
]
|
] ;
|
||||||
|
|
Loading…
Reference in New Issue