Hello!
I found the following little feature quite useful. For instance, when I found
some PDFs on a gopher: site that were downloaded and presented as byte-arrays.
```
:: save-as ( data -- )
"" save-file-dialog [ binary [ data write ] with-file-writer ] when* ;
[ byte-array? ] \ save-as H{ { +description+ "Save the binary data to a file" }
} define-operation
```
If I were to submit a PR, in what vocab should I put this `define-operation`
call?
---=====---
Александр
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk