factor: more semis

locals-and-roots
Doug Coleman 2016-06-24 10:01:37 -07:00
parent 9c7c57d395
commit 1b7de6a692
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ CONSTANT: example-1
{ { { cpu x86 } { os linux } } "a" }
{ { { cpu ppc } } "b" }
{ { string { os windows } } "c" }
}
} ;
[
{

View File

@ -10,4 +10,4 @@ CONSTANT: get-icon-data
dup vocab-dir "icon.png" append-path vocab-append-path
[ exists? ] keep "resource:misc/icons/Factor_128x128.png" ?
binary file-contents
]
] ;